From 75fbd2832d0d83d2ae47981467ddf5916cc31aca Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 21 Oct 2004 05:20:52 +0000 Subject: [PATCH] Added regexpl and tests to the makefile. Let me know if something is broken on linux. svn path=/trunk/; revision=11366 --- rosapps/Makefile | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/rosapps/Makefile b/rosapps/Makefile index 2ecba2dce08..40e2a083231 100644 --- a/rosapps/Makefile +++ b/rosapps/Makefile @@ -11,20 +11,20 @@ include rules.mak APPS = calc \ cmdutils \ cmdutils$(SEP)mode \ - cmdutils$(SEP)touch \ + cmdutils$(SEP)touch \ demos$(SEP)maze \ - devutils$(SEP)genguid \ - devutils$(SEP)zoomin \ + devutils$(SEP)genguid \ + devutils$(SEP)zoomin \ dflat32 \ - games$(SEP)winemine \ + games$(SEP)winemine \ hcalc \ mc \ notepad \ notevil \ sysutils \ sysutils$(SEP)ctm \ - sysutils$(SEP)kill \ - sysutils$(SEP)tcat \ + sysutils$(SEP)kill \ + sysutils$(SEP)tcat \ sysutils$(SEP)tlist \ net$(SEP)ping \ net$(SEP)finger \ @@ -37,18 +37,11 @@ APPS = calc \ net$(SEP)ipconfig \ regedt32 \ regsvr32 \ + sysutils$(SEP)regexpl \ + tests \ welcome \ winfile -# Removed due to dependance on C++ compiler -# -# taskmgr \ -# sysutils$(SEP)regexpl \ -# -# Removed because it doesn't build correctly -# -# - all: $(APPS) .PHONY: all