From 78f37dc93e7f0ad1d7b2ba00ba78b9a45cabfd48 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Sun, 30 Dec 2001 04:31:34 +0000 Subject: [PATCH] Updated make and install for move of netapps to rosapps svn path=/trunk/; revision=2448 --- reactos/Makefile | 2 +- reactos/install.bat | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 3823556cd3a..3358d09decd 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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) diff --git a/reactos/install.bat b/reactos/install.bat index bf074b46c40..a3025741be4 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -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 -- 2.17.1