Allow compiling unit tests on Zeta. Instead of fixing the PostMessage()

issues, they deprecated that nice function. This will enable it again.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7937 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2004-06-12 22:09:38 +00:00
parent 20c1edc7d0
commit 2abad45e2d
+4
View File
@@ -74,6 +74,10 @@ PLATFORM_DEFAULT_HEADERS = $(HDRS) ;
CCFLAGS += -nostdinc ;
C++FLAGS += -nostdinc ;
# Allow compiling unit tests on Zeta. Instead of fixing the PostMessage()
# issues, they deprecated that nice function. This will enable it again:
C++FLAGS += -D_ZETA_USING_DEPRECATED_API_=1 ;
# Determine if we're building on PPC or x86
# Determine mimetype of executable
# Cross compiling can come later