mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
38 lines
712 B
Plaintext
38 lines
712 B
Plaintext
From 62f2d8a5d25a48fc1b4a0b35106201b1d69bfa1b Mon Sep 17 00:00:00 2001
|
|
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
|
Date: Thu, 12 Nov 2015 15:55:18 +0100
|
|
Subject: Configure for BeOS.
|
|
|
|
|
|
diff --git a/config.mk b/config.mk
|
|
index 5ec62ba..cd8b421 100644
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -18,10 +18,10 @@ LFLAGS=
|
|
# Select window API for TinyGL:
|
|
|
|
# standard X11 GLX like API
|
|
-TINYGL_USE_GLX=y
|
|
+#TINYGL_USE_GLX=y
|
|
|
|
# BEOS API
|
|
-#TINYGL_USE_BEOS=y
|
|
+TINYGL_USE_BEOS=y
|
|
|
|
# Micro Windows NanoX API
|
|
#TINYGL_USE_NANOX=y
|
|
@@ -75,8 +75,8 @@ GL_DEPS= ../lib/libTinyGL.a
|
|
# Compile and link control
|
|
|
|
# UNIX systems
|
|
-DIRS= src examples
|
|
+# DIRS= src examples
|
|
|
|
# BeOS
|
|
-# DIRS= src BeOS
|
|
+DIRS= src BeOS
|
|
|
|
--
|
|
2.2.2
|
|
|