fixed rosapps a bit. disabled tests for now. will fix them tonight
Modified: trunk/rosapps/Makefile
Modified: trunk/rosapps/net/niclist/makefile
Modified: trunk/rosapps/sysutils/ctm/Makefile
Modified: trunk/rosapps/tests/accelerator/Makefile

Modified: trunk/rosapps/Makefile
--- trunk/rosapps/Makefile	2005-04-05 19:30:34 UTC (rev 14518)
+++ trunk/rosapps/Makefile	2005-04-05 19:42:40 UTC (rev 14519)
@@ -16,9 +16,11 @@
     	devutils$(SEP)zoomin \
 	dflat32 \
     	games$(SEP)winemine \
+	games$(SEP)solitaire \
 	hcalc \
 	mc \
 	notevil \
+	packmgr \
 	sysutils \
 	sysutils$(SEP)ctm \
     	sysutils$(SEP)kill \
@@ -27,7 +29,6 @@
 	net$(SEP)niclist \
 	net$(SEP)ncftp \
 	sysutils$(SEP)regexpl \
-	tests \
 	welcome \
 	winfile
 

Modified: trunk/rosapps/net/niclist/makefile
--- trunk/rosapps/net/niclist/makefile	2005-04-05 19:30:34 UTC (rev 14518)
+++ trunk/rosapps/net/niclist/makefile	2005-04-05 19:42:40 UTC (rev 14519)
@@ -11,7 +11,7 @@
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
-TARGET_GCCLIBS =
+TARGET_CFLAGS = -D__USE_W32API
 
 include $(PATH_TO_TOP)/rules.mak
 

Modified: trunk/rosapps/sysutils/ctm/Makefile
--- trunk/rosapps/sysutils/ctm/Makefile	2005-04-05 19:30:34 UTC (rev 14518)
+++ trunk/rosapps/sysutils/ctm/Makefile	2005-04-05 19:42:40 UTC (rev 14519)
@@ -16,7 +16,7 @@
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
-TARGET_CFLAGS = -DUNICODE -D_UNICODE
+TARGET_CFLAGS = -D__USE_W32API -DUNICODE -D_UNICODE
 
 include $(PATH_TO_TOP)/rules.mak
 

Modified: trunk/rosapps/tests/accelerator/Makefile
--- trunk/rosapps/tests/accelerator/Makefile	2005-04-05 19:30:34 UTC (rev 14518)
+++ trunk/rosapps/tests/accelerator/Makefile	2005-04-05 19:42:40 UTC (rev 14519)
@@ -12,7 +12,7 @@
 
 TARGET_OBJECTS = accelerator.o
 
-TARGET_CFLAGS = -Wall -Werror
+TARGET_CFLAGS = -D__USE_W32API -Wall -Werror
 
 include $(PATH_TO_TOP)/rules.mak