when target platform is r5, define COMPILE_FOR_R5
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -81,6 +81,10 @@ C++FLAGS += -nostdinc ;
|
|||||||
# issues, they deprecated that nice function. This will enable it again:
|
# issues, they deprecated that nice function. This will enable it again:
|
||||||
C++FLAGS += -D_ZETA_USING_DEPRECATED_API_=1 ;
|
C++FLAGS += -D_ZETA_USING_DEPRECATED_API_=1 ;
|
||||||
|
|
||||||
|
if $(TARGET_PLATFORM) = r5 {
|
||||||
|
C++FLAGS += -DCOMPILE_FOR_R5 ;
|
||||||
|
}
|
||||||
|
|
||||||
# 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