mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Added entries for regedit, regedt32 and taskmgr.
svn path=/trunk/; revision=3175
This commit is contained in:
parent
2c0cbaa9e2
commit
bfab1ffb07
2 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,8 @@ include rules.mak
|
|||
# Available applications
|
||||
#
|
||||
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)
|
||||
.PHONY: all
|
||||
|
|
|
@ -24,3 +24,6 @@ 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 regedit\regedit.exe %ROS_INSTALL%\bin
|
||||
copy regedt32\regedt32.exe %ROS_INSTALL%\bin
|
||||
copy taskmgr\taskmgr.exe %ROS_INSTALL%\bin
|
||||
|
|
Loading…
Reference in a new issue