From 158847adad6b6214f6ea39c7492f63e871f56644 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Tue, 7 Jan 2003 18:16:44 +0000 Subject: [PATCH] temporarily removed regexpl due to C++ dependance problems. svn path=/trunk/; revision=3959 --- rosapps/sysutils/makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rosapps/sysutils/makefile b/rosapps/sysutils/makefile index 4ac5fe53e56..f96fa617970 100644 --- a/rosapps/sysutils/makefile +++ b/rosapps/sysutils/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.11 2002/09/03 18:44:18 chorns Exp $ +# $Id: makefile,v 1.12 2003/01/07 18:16:44 robd Exp $ # # ReactOS System Utilities # @@ -44,8 +44,12 @@ TARGET=\ pedump.exe \ shutdown.exe \ chkdsk.exe \ - format.exe \ - regexpl/regexpl.exe + format.exe + +# Removed due to dependance on C++ compiler +# +# regexpl/regexpl.exe +# all: $(TARGET)