mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Added regexpl and tests to the makefile.
Let me know if something is broken on linux. svn path=/trunk/; revision=11366
This commit is contained in:
parent
005fb790e6
commit
75fbd2832d
1 changed files with 8 additions and 15 deletions
|
@ -11,20 +11,20 @@ include rules.mak
|
||||||
APPS = calc \
|
APPS = calc \
|
||||||
cmdutils \
|
cmdutils \
|
||||||
cmdutils$(SEP)mode \
|
cmdutils$(SEP)mode \
|
||||||
cmdutils$(SEP)touch \
|
cmdutils$(SEP)touch \
|
||||||
demos$(SEP)maze \
|
demos$(SEP)maze \
|
||||||
devutils$(SEP)genguid \
|
devutils$(SEP)genguid \
|
||||||
devutils$(SEP)zoomin \
|
devutils$(SEP)zoomin \
|
||||||
dflat32 \
|
dflat32 \
|
||||||
games$(SEP)winemine \
|
games$(SEP)winemine \
|
||||||
hcalc \
|
hcalc \
|
||||||
mc \
|
mc \
|
||||||
notepad \
|
notepad \
|
||||||
notevil \
|
notevil \
|
||||||
sysutils \
|
sysutils \
|
||||||
sysutils$(SEP)ctm \
|
sysutils$(SEP)ctm \
|
||||||
sysutils$(SEP)kill \
|
sysutils$(SEP)kill \
|
||||||
sysutils$(SEP)tcat \
|
sysutils$(SEP)tcat \
|
||||||
sysutils$(SEP)tlist \
|
sysutils$(SEP)tlist \
|
||||||
net$(SEP)ping \
|
net$(SEP)ping \
|
||||||
net$(SEP)finger \
|
net$(SEP)finger \
|
||||||
|
@ -37,18 +37,11 @@ APPS = calc \
|
||||||
net$(SEP)ipconfig \
|
net$(SEP)ipconfig \
|
||||||
regedt32 \
|
regedt32 \
|
||||||
regsvr32 \
|
regsvr32 \
|
||||||
|
sysutils$(SEP)regexpl \
|
||||||
|
tests \
|
||||||
welcome \
|
welcome \
|
||||||
winfile
|
winfile
|
||||||
|
|
||||||
# Removed due to dependance on C++ compiler
|
|
||||||
#
|
|
||||||
# taskmgr \
|
|
||||||
# sysutils$(SEP)regexpl \
|
|
||||||
#
|
|
||||||
# Removed because it doesn't build correctly
|
|
||||||
#
|
|
||||||
#
|
|
||||||
|
|
||||||
all: $(APPS)
|
all: $(APPS)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue