mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Updates for ncftp 3.0.3 for reactos
svn path=/trunk/; revision=2435
This commit is contained in:
parent
de04b33937
commit
515231623e
4 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -8,7 +8,7 @@ TARGET_TYPE = program
|
|||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = ftp
|
||||
TARGET_NAME = ncftp
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a ws2_32.a
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue