fixed rosapps a bit. disabled tests for now. will fix them tonight
authorSteven Edwards <winehacker@gmail.com>
Tue, 5 Apr 2005 19:42:40 +0000 (19:42 +0000)
committerSteven Edwards <winehacker@gmail.com>
Tue, 5 Apr 2005 19:42:40 +0000 (19:42 +0000)
svn path=/trunk/; revision=14519

rosapps/Makefile
rosapps/net/niclist/makefile
rosapps/sysutils/ctm/Makefile
rosapps/tests/accelerator/Makefile

index 557a71c..30f2132 100644 (file)
@@ -16,9 +16,11 @@ APPS = cmdutils \
        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 @@ APPS = cmdutils \
        net$(SEP)niclist \
        net$(SEP)ncftp \
        sysutils$(SEP)regexpl \
-       tests \
        welcome \
        winfile
 
index 0b06092..ce138a7 100644 (file)
@@ -11,7 +11,7 @@ TARGET_SDKLIBS =
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
-TARGET_GCCLIBS =
+TARGET_CFLAGS = -D__USE_W32API
 
 include $(PATH_TO_TOP)/rules.mak
 
index de2fb68..efd18a9 100644 (file)
@@ -16,7 +16,7 @@ TARGET_SDKLIBS = epsapi.a ntdll.a
 
 TARGET_OBJECTS = $(TARGET_NAME).o
 
-TARGET_CFLAGS = -DUNICODE -D_UNICODE
+TARGET_CFLAGS = -D__USE_W32API -DUNICODE -D_UNICODE
 
 include $(PATH_TO_TOP)/rules.mak
 
index 38d05e8..bda0cc0 100644 (file)
@@ -12,7 +12,7 @@ TARGET_NAME = accelerator
 
 TARGET_OBJECTS = accelerator.o
 
-TARGET_CFLAGS = -Wall -Werror
+TARGET_CFLAGS = -D__USE_W32API -Wall -Werror
 
 include $(PATH_TO_TOP)/rules.mak