mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
temporarily removed regexpl due to C++ dependance problems.
svn path=/trunk/; revision=3959
This commit is contained in:
parent
34f1644a51
commit
158847adad
1 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue