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:
@@ -74,6 +74,10 @@ PLATFORM_DEFAULT_HEADERS = $(HDRS) ;
|
|||||||
CCFLAGS += -nostdinc ;
|
CCFLAGS += -nostdinc ;
|
||||||
C++FLAGS += -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 if we're building on PPC or x86
|
||||||
# Determine mimetype of executable
|
# Determine mimetype of executable
|
||||||
# Cross compiling can come later
|
# Cross compiling can come later
|
||||||
|
|||||||
Reference in New Issue
Block a user