mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:15:43 +00:00
Revert last change.
svn path=/trunk/; revision=5563
This commit is contained in:
parent
be065e6f54
commit
715a74de6d
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: makefile,v 1.76 2003/08/13 20:24:04 chorns Exp $
|
# $Id: makefile,v 1.77 2003/08/13 20:25:41 chorns Exp $
|
||||||
|
|
||||||
PATH_TO_TOP = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -26,7 +26,8 @@ TARGET_CFLAGS =\
|
||||||
$(CFLAGS_DBG) \
|
$(CFLAGS_DBG) \
|
||||||
-I$(PATH_TO_TOP)/ntoskrnl/include \
|
-I$(PATH_TO_TOP)/ntoskrnl/include \
|
||||||
-I$(FREETYPE_DIR)/include \
|
-I$(FREETYPE_DIR)/include \
|
||||||
-DUNICODE
|
-DUNICODE \
|
||||||
|
-Wall -Werror
|
||||||
|
|
||||||
# require os code to explicitly request A/W version of structs/functions
|
# require os code to explicitly request A/W version of structs/functions
|
||||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS
|
TARGET_CFLAGS += -D_DISABLE_TIDENTS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue