mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
fixed rosapps a bit. disabled tests for now. will fix them tonight
svn path=/trunk/; revision=14519
This commit is contained in:
parent
c773a28861
commit
49388de0ac
4 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ TARGET_SDKLIBS =
|
|||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
TARGET_GCCLIBS =
|
||||
TARGET_CFLAGS = -D__USE_W32API
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue