mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
* added _DISABLE_TIDENTS macro to disable any ANSI/UNICODE ambiguous elements from the header files.
* enabled _DISABLE_TIDENTS for most ReactOS OS components. * fixed all errors that resulted from this change * a few small bugfixes along the way svn path=/trunk/; revision=5449
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.4 2003/06/09 20:23:06 hbirr Exp $
|
||||
# $Id: Makefile,v 1.5 2003/08/07 04:03:23 royce Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
@@ -12,6 +12,9 @@ include Makefile.$(ARCH)
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS
|
||||
|
||||
ifeq ($(DBG), 1)
|
||||
TARGET_CFLAGS += -g
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user