aboutsummaryrefslogtreecommitdiff
path: root/platform/haiku/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/haiku/detect.py')
-rw-r--r--platform/haiku/detect.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/haiku/detect.py b/platform/haiku/detect.py
index 0c4d09182..bb123c6aa 100644
--- a/platform/haiku/detect.py
+++ b/platform/haiku/detect.py
@@ -49,6 +49,7 @@ def configure(env):
elif (env["target"]=="debug"):
env.Append(CCFLAGS=['-g2', '-Wall','-DDEBUG_ENABLED','-DDEBUG_MEMORY_ENABLED'])
- #env.Append(CPPFLAGS = ['-DDEBUG_METHODS_ENABLED'])
- env.Append(CPPFLAGS = ['-DUNIX_ENABLED'])
+ #env.Append(CCFLAGS=['-DFREETYPE_ENABLED'])
+ env.Append(CPPFLAGS = ['-DOPENGL_ENABLED', '-DGLEW_ENABLED'])
+ env.Append(CPPFLAGS = ['-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DGLES_OVER_GL'])
env.Append(LIBS = ['be', 'z', 'network', 'bnetapi'])