Added entries for regedit, regedt32 and taskmgr.

svn path=/trunk/; revision=3175
This commit is contained in:
Robert Dickenson 2002-07-03 18:13:30 +00:00
parent 2c0cbaa9e2
commit bfab1ffb07
2 changed files with 5 additions and 1 deletions

View file

@ -14,7 +14,8 @@ include rules.mak
# Available applications # Available applications
# #
APPS = cmd cmdutils dflat32 mc notevil sysutils \ APPS = cmd cmdutils dflat32 mc notevil sysutils \
net\finger net\ncftp net\ping net\telnet net\whois net\finger net\ncftp net\ping net\telnet net\whois \
regedit regedt32 taskmgr
all: $(APPS) all: $(APPS)
.PHONY: all .PHONY: all

View file

@ -24,3 +24,6 @@ copy sysutils\chklib.exe %ROS_INSTALL%\bin
copy sysutils\format.exe %ROS_INSTALL%\bin copy sysutils\format.exe %ROS_INSTALL%\bin
copy sysutils\ldd.exe %ROS_INSTALL%\bin copy sysutils\ldd.exe %ROS_INSTALL%\bin
copy sysutils\pedump.exe %ROS_INSTALL%\bin copy sysutils\pedump.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