Copy rpoolmgr.h from trunk
[reactos.git] / rosapps / Makefile
index d3da24c..c87d721 100644 (file)
@@ -7,37 +7,31 @@ include rules.mak
 #
 # Available applications
 #
-#net$(SEP)arp
-#net$(SEP)ipconfig
-#net$(SEP)netstat
-#net$(SEP)niclist
-#net$(SEP)telnet
-#net$(SEP)whois
-APPS =         calc \
-       cmdutils \
+APPS = cmdutils \
        cmdutils$(SEP)mode \
+       cmdutils$(SEP)touch \
+       demos$(SEP)maze \
+       devutils$(SEP)genguid \
+       devutils$(SEP)zoomin \
        dflat32 \
-       hcalc \
+       games$(SEP)winemine \
+       games$(SEP)solitaire \
        mc \
        notevil \
+       packmgr$(SEP)lib \
+       packmgr$(SEP)cmd-line \
+       packmgr$(SEP)gui \
        sysutils \
        sysutils$(SEP)ctm \
-       #net$(SEP)finger \
+       sysutils$(SEP)kill \
+       sysutils$(SEP)tcat \
+       sysutils$(SEP)tlist \
+       net$(SEP)niclist \
        net$(SEP)ncftp \
-       net$(SEP)ping \
-       regedt32 \
+       sysutils$(SEP)regexpl \
        welcome \
-#      winfile
-
-# Removed due to dependance on C++ compiler
-#
-#      taskmgr \
-#      sysutils$(SEP)regexpl \
-#
-# Removed because it doesn't build correctly
-#
-#      sysutils$(SEP)tlist \
-#
+       winfile
 
 all: $(APPS)
 .PHONY: all