Make install works. This closes out bug 221

svn path=/trunk/; revision=8818
This commit is contained in:
Steven Edwards 2004-03-20 17:41:24 +00:00
parent 72bf171b1b
commit 7675725511
2 changed files with 0 additions and 98 deletions

View file

@ -1,49 +0,0 @@
@echo off
if "%1" == "" goto NoParameter
set ROS_INSTALL=%1
goto Install
:NoParameter
set ROS_INSTALL=c:\reactos
:Install
echo Installing ReactOS user programs to %ROS_INSTALL%\bin
@echo off
copy ..\rosapps\cmd\cmd.exe %ROS_INSTALL%\bin
copy ..\rosapps\calc\calc.exe %ROS_INSTALL%\bin
copy ..\rosapps\cmdutils\tee.exe %ROS_INSTALL%\bin
copy ..\rosapps\cmdutils\more.exe %ROS_INSTALL%\bin
copy ..\rosapps\cmdutils\y.exe %ROS_INSTALL%\bin
copy ..\rosapps\cmdutils\mode\mode.exe %ROS_INSTALL%\bin
copy ..\rosapps\cmdutils\touch\touch.exe %ROS_INSTALL%\bin
copy ..\rosapps\control\control.exe %ROS_INSTALL%\bin
copy ..\rosapps\ctlpanel\roscfg\roscfg.cpl %ROS_INSTALL%\system32
copy ..\rosapps\ctlpanel\rospower\rospower.cpl %ROS_INSTALL%\system32
copy ..\rosapps\dflat32\edit.exe %ROS_INSTALL%\bin
copy ..\rosapps\hcalc\hcalc.exe %ROS_INSTALL%\bin
copy ..\rosapps\mc\release\mc.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\arp\arp.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\echo\echo.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\finger\finger.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\ipconfig\ipconfig.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\ipecho\ipecho.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\ncftp\ncftp.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\netstat\netstat.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\niclist\niclist.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\ping\ping.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\route\route.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\telnet\telnet.exe %ROS_INSTALL%\bin
copy ..\rosapps\net\telnet\telnet.cfg %ROS_INSTALL%\bin
copy ..\rosapps\net\telnet\telnet.ini %ROS_INSTALL%\bin
copy ..\rosapps\net\whois\whois.exe %ROS_INSTALL%\bin
copy ..\rosapps\notevil\notevil.exe %ROS_INSTALL%\bin
copy ..\rosapps\sysutils\chkdsk.exe %ROS_INSTALL%\bin
copy ..\rosapps\sysutils\chklib.exe %ROS_INSTALL%\bin
copy ..\rosapps\sysutils\format.exe %ROS_INSTALL%\bin
copy ..\rosapps\sysutils\ldd.exe %ROS_INSTALL%\bin
copy ..\rosapps\sysutils\pedump.exe %ROS_INSTALL%\bin
copy ..\rosapps\sysutils\regexpl\regexpl.exe %ROS_INSTALL%\bin
copy ..\rosapps\sysutils\tlist\tlist.exe %ROS_INSTALL%\bin
copy ..\rosapps\regedit\regedit.exe %ROS_INSTALL%\bin
copy ..\rosapps\regedt32\regedt32.exe %ROS_INSTALL%\bin
copy ..\rosapps\taskmgr\taskmgr.exe %ROS_INSTALL%\bin
copy ..\rosapps\winfile\winfile.exe %ROS_INSTALL%\bin

View file

@ -1,49 +0,0 @@
@echo off
if "%1" == "" goto NoParameter
set ROS_INSTALL=%1
goto Install
:NoParameter
set ROS_INSTALL=c:\reactos
:Install
echo Installing ReactOS user programs to %ROS_INSTALL%\bin
@echo off
copy cmd\cmd.exe %ROS_INSTALL%\bin
copy calc\calc.exe %ROS_INSTALL%\bin
copy cmdutils\tee.exe %ROS_INSTALL%\bin
copy cmdutils\more.exe %ROS_INSTALL%\bin
copy cmdutils\y.exe %ROS_INSTALL%\bin
copy cmdutils\mode\mode.exe %ROS_INSTALL%\bin
copy cmdutils\touch\touch.exe %ROS_INSTALL%\bin
copy control\control.exe %ROS_INSTALL%\bin
copy ctlpanel\roscfg\roscfg.cpl %ROS_INSTALL%\system32
copy ctlpanel\rospower\rospower.cpl %ROS_INSTALL%\system32
copy dflat32\edit.exe %ROS_INSTALL%\bin
copy hcalc\hcalc.exe %ROS_INSTALL%\bin
copy mc\release\mc.exe %ROS_INSTALL%\bin
copy net\arp\arp.exe %ROS_INSTALL%\bin
copy net\echo\echo.exe %ROS_INSTALL%\bin
copy net\finger\finger.exe %ROS_INSTALL%\bin
copy net\ipconfig\ipconfig.exe %ROS_INSTALL%\bin
copy net\ipecho\ipecho.exe %ROS_INSTALL%\bin
copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
copy net\netstat\netstat.exe %ROS_INSTALL%\bin
copy net\niclist\niclist.exe %ROS_INSTALL%\bin
copy net\ping\ping.exe %ROS_INSTALL%\bin
copy net\route\route.exe %ROS_INSTALL%\bin
copy net\telnet\telnet.exe %ROS_INSTALL%\bin
copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
copy net\telnet\telnet.ini %ROS_INSTALL%\bin
copy net\whois\whois.exe %ROS_INSTALL%\bin
copy notevil\notevil.exe %ROS_INSTALL%\bin
copy sysutils\chkdsk.exe %ROS_INSTALL%\bin
copy sysutils\chklib.exe %ROS_INSTALL%\bin
copy sysutils\format.exe %ROS_INSTALL%\bin
copy sysutils\ldd.exe %ROS_INSTALL%\bin
copy sysutils\pedump.exe %ROS_INSTALL%\bin
copy sysutils\regexpl\regexpl.exe %ROS_INSTALL%\bin
copy sysutils\tlist\tlist.exe %ROS_INSTALL%\bin
copy regedit\regedit.exe %ROS_INSTALL%\bin
copy regedt32\regedt32.exe %ROS_INSTALL%\bin
copy taskmgr\taskmgr.exe %ROS_INSTALL%\bin
copy winfile\winfile.exe %ROS_INSTALL%\bin