From bfab1ffb076e8ad6a01199058840b3e006dc914c Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Wed, 3 Jul 2002 18:13:30 +0000 Subject: [PATCH] Added entries for regedit, regedt32 and taskmgr. svn path=/trunk/; revision=3175 --- rosapps/Makefile | 3 ++- rosapps/installapps.bat | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rosapps/Makefile b/rosapps/Makefile index d8ceb555306..09ca3f2034b 100644 --- a/rosapps/Makefile +++ b/rosapps/Makefile @@ -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 diff --git a/rosapps/installapps.bat b/rosapps/installapps.bat index de72e4b883d..90376b20ee8 100644 --- a/rosapps/installapps.bat +++ b/rosapps/installapps.bat @@ -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