mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
Updated make and install for move of netapps to rosapps
svn path=/trunk/; revision=2448
This commit is contained in:
parent
2ee9a6c165
commit
78f37dc93e
2 changed files with 1 additions and 5 deletions
|
@ -71,7 +71,7 @@ APPS = args hello test cat bench apc shm lpc thread event file gditest \
|
|||
objdir atomtest winhello partinfo mutex readfile
|
||||
|
||||
#NET_APPS = ncftp ping roshttpd telnet
|
||||
NET_APPS = ncftp ping roshttpd
|
||||
NET_APPS =
|
||||
|
||||
#lzexpand mapi32 (missing imports)
|
||||
#dsound (missing winmm.dll)
|
||||
|
|
|
@ -85,9 +85,5 @@ 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
|
||||
copy media\fonts\helb____.ttf %ROS_INSTALL%\media\fonts
|
||||
copy media\fonts\timr____.ttf %ROS_INSTALL%\media\fonts
|
||||
|
|
Loading…
Reference in a new issue