mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Cleanup make and install, Moved all of the incompleate stuff to the end of make.
svn path=/trunk/; revision=3263
This commit is contained in:
parent
8d9c181908
commit
0504b08b95
2 changed files with 31 additions and 21 deletions
|
@ -14,8 +14,8 @@ include rules.mak
|
||||||
# Available applications
|
# Available applications
|
||||||
#
|
#
|
||||||
APPS = cmd cmdutils cmdutils\touch dflat32 hcalc mc notevil sysutils \
|
APPS = cmd cmdutils cmdutils\touch dflat32 hcalc mc notevil sysutils \
|
||||||
net\finger net\ncftp net\niclist net\ping net\telnet net\whois \
|
sysutils\regexpl sysutils\tlist net\finger net\ncftp net\niclist \
|
||||||
regedit regedt32 taskmgr
|
net\ping net\telnet net\whois regedit regedt32 taskmgr winfile calc
|
||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
|
@ -8,22 +8,32 @@ set ROS_INSTALL=c:\reactos
|
||||||
echo Installing ReactOS user programs to %ROS_INSTALL%\bin
|
echo Installing ReactOS user programs to %ROS_INSTALL%\bin
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
copy cmd\cmd.exe %ROS_INSTALL%\bin
|
copy cmd\cmd.exe %ROS_INSTALL%\bin
|
||||||
copy dflat32\edit.exe %ROS_INSTALL%\bin
|
copy calc\calc.exe %ROS_INSTALL%\bin
|
||||||
copy mc\release\mc.exe %ROS_INSTALL%\bin
|
copy cmdutils\tee.exe %ROS_INSTALL%\bin
|
||||||
copy net\finger\finger.exe %ROS_INSTALL%\bin
|
copy cmdutils\more.exe %ROS_INSTALL%\bin
|
||||||
copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
|
copy cmdutils\y.exe %ROS_INSTALL%\bin
|
||||||
copy net\ping\ping.exe %ROS_INSTALL%\bin
|
copy cmdutils\touch\touch.exe %ROS_INSTALL%\bin
|
||||||
copy net\telnet\telnet.exe %ROS_INSTALL%\bin
|
copy dflat32\edit.exe %ROS_INSTALL%\bin
|
||||||
copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
|
copy hcalc\hcalc.exe %ROS_INSTALL%\bin
|
||||||
copy net\telnet\telnet.ini %ROS_INSTALL%\bin
|
copy mc\release\mc.exe %ROS_INSTALL%\bin
|
||||||
copy net\whois\whois.exe %ROS_INSTALL%\bin
|
copy net\finger\finger.exe %ROS_INSTALL%\bin
|
||||||
copy notevil\notevil.exe %ROS_INSTALL%\bin
|
copy net\ncftp\ncftp.exe %ROS_INSTALL%\bin
|
||||||
copy sysutils\chkdsk.exe %ROS_INSTALL%\bin
|
copy net\niclist\niclist.exe %ROS_INSTALL%\bin
|
||||||
copy sysutils\chklib.exe %ROS_INSTALL%\bin
|
copy net\ping\ping.exe %ROS_INSTALL%\bin
|
||||||
copy sysutils\format.exe %ROS_INSTALL%\bin
|
copy net\telnet\telnet.exe %ROS_INSTALL%\bin
|
||||||
copy sysutils\ldd.exe %ROS_INSTALL%\bin
|
copy net\telnet\telnet.cfg %ROS_INSTALL%\bin
|
||||||
copy sysutils\pedump.exe %ROS_INSTALL%\bin
|
copy net\telnet\telnet.ini %ROS_INSTALL%\bin
|
||||||
copy regedit\regedit.exe %ROS_INSTALL%\bin
|
copy net\whois\whois.exe %ROS_INSTALL%\bin
|
||||||
copy regedt32\regedt32.exe %ROS_INSTALL%\bin
|
copy notevil\notevil.exe %ROS_INSTALL%\bin
|
||||||
copy taskmgr\taskmgr.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
|
||||||
|
|
Loading…
Reference in a new issue