fixed rosapps a bit. disabled tests for now. will fix them tonight

svn path=/trunk/; revision=14519
This commit is contained in:
Steven Edwards 2005-04-05 19:42:40 +00:00
parent c773a28861
commit 49388de0ac
4 changed files with 5 additions and 4 deletions

View file

@ -16,9 +16,11 @@ APPS = cmdutils \
devutils$(SEP)zoomin \ devutils$(SEP)zoomin \
dflat32 \ dflat32 \
games$(SEP)winemine \ games$(SEP)winemine \
games$(SEP)solitaire \
hcalc \ hcalc \
mc \ mc \
notevil \ notevil \
packmgr \
sysutils \ sysutils \
sysutils$(SEP)ctm \ sysutils$(SEP)ctm \
sysutils$(SEP)kill \ sysutils$(SEP)kill \
@ -27,7 +29,6 @@ APPS = cmdutils \
net$(SEP)niclist \ net$(SEP)niclist \
net$(SEP)ncftp \ net$(SEP)ncftp \
sysutils$(SEP)regexpl \ sysutils$(SEP)regexpl \
tests \
welcome \ welcome \
winfile winfile

View file

@ -11,7 +11,7 @@ TARGET_SDKLIBS =
TARGET_OBJECTS = $(TARGET_NAME).o TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_GCCLIBS = TARGET_CFLAGS = -D__USE_W32API
include $(PATH_TO_TOP)/rules.mak include $(PATH_TO_TOP)/rules.mak

View file

@ -16,7 +16,7 @@ TARGET_SDKLIBS = epsapi.a ntdll.a
TARGET_OBJECTS = $(TARGET_NAME).o TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -DUNICODE -D_UNICODE TARGET_CFLAGS = -D__USE_W32API -DUNICODE -D_UNICODE
include $(PATH_TO_TOP)/rules.mak include $(PATH_TO_TOP)/rules.mak

View file

@ -12,7 +12,7 @@ TARGET_NAME = accelerator
TARGET_OBJECTS = accelerator.o TARGET_OBJECTS = accelerator.o
TARGET_CFLAGS = -Wall -Werror TARGET_CFLAGS = -D__USE_W32API -Wall -Werror
include $(PATH_TO_TOP)/rules.mak include $(PATH_TO_TOP)/rules.mak