Updates for ncftp 3.0.3 for reactos

svn path=/trunk/; revision=2435
This commit is contained in:
Steven Edwards 2001-12-20 19:05:45 +00:00
parent de04b33937
commit 515231623e
4 changed files with 4 additions and 3 deletions

View file

@ -70,8 +70,8 @@ APPS = args hello test cat bench apc shm lpc thread event file gditest \
pteb consume dump_shared_data vmtest regtest alive mstest nptest \
objdir atomtest winhello partinfo mutex
#NET_APPS = ping roshttpd telnet
NET_APPS = ping roshttpd
#NET_APPS = ncftp ping roshttpd telnet
NET_APPS = ncftp ping roshttpd
#lzexpand mapi32 (missing imports)
#dsound (missing winmm.dll)

View file

@ -8,7 +8,7 @@ TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = ftp
TARGET_NAME = ncftp
TARGET_SDKLIBS = kernel32.a ws2_32.a

View file

@ -85,6 +85,7 @@ copy apps\atomtest\atomtest.exe %ROS_INSTALL%\bin
copy apps\partinfo\partinfo.exe %ROS_INSTALL%\bin
copy apps\objdir\objdir.exe %ROS_INSTALL%\bin
copy apps\mutex\mutex.exe %ROS_INSTALL%\bin
copy apps\net\ncftp\ncftp.exe %ROS_INSTALL%\bin
copy apps\net\ping\ping.exe %ROS_INSTALL%\bin
copy apps\net\roshttpd\roshttpd.exe %ROS_INSTALL%\bin
copy apps\net\telnet\telnet.exe %ROS_INSTALL%\bin