mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Really fix the make file this time (and add the maze demo back in :) )
svn path=/trunk/; revision=7641
This commit is contained in:
parent
4729e23087
commit
0acbe2acf6
1 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,8 @@ include rules.mak
|
||||||
#net$(SEP)niclist
|
#net$(SEP)niclist
|
||||||
#net$(SEP)telnet
|
#net$(SEP)telnet
|
||||||
#net$(SEP)whois
|
#net$(SEP)whois
|
||||||
|
#net$(SEP)finger
|
||||||
|
#net$(SEP)ping
|
||||||
APPS = calc \
|
APPS = calc \
|
||||||
cmdutils \
|
cmdutils \
|
||||||
cmdutils$(SEP)mode \
|
cmdutils$(SEP)mode \
|
||||||
|
@ -21,10 +23,9 @@ APPS = calc \
|
||||||
mc \
|
mc \
|
||||||
notevil \
|
notevil \
|
||||||
sysutils \
|
sysutils \
|
||||||
|
demos$(SEP)maze\
|
||||||
sysutils$(SEP)ctm \
|
sysutils$(SEP)ctm \
|
||||||
#net$(SEP)finger \
|
|
||||||
net$(SEP)ncftp \
|
net$(SEP)ncftp \
|
||||||
net$(SEP)ping \
|
|
||||||
regedt32 \
|
regedt32 \
|
||||||
welcome \
|
welcome \
|
||||||
# winfile
|
# winfile
|
||||||
|
|
Loading…
Reference in a new issue