temporarily removed regexpl due to C++ dependance problems.

svn path=/trunk/; revision=3959
This commit is contained in:
Robert Dickenson 2003-01-07 18:16:44 +00:00
parent 34f1644a51
commit 158847adad

View file

@ -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 # ReactOS System Utilities
# #
@ -44,8 +44,12 @@ TARGET=\
pedump.exe \ pedump.exe \
shutdown.exe \ shutdown.exe \
chkdsk.exe \ chkdsk.exe \
format.exe \ format.exe
regexpl/regexpl.exe
# Removed due to dependance on C++ compiler
#
# regexpl/regexpl.exe
#
all: $(TARGET) all: $(TARGET)