]> git.saurik.com Git - wxWidgets.git/commitdiff
USE_OPENGL is 0 by default
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 19 Jul 2003 10:45:15 +0000 (10:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 19 Jul 2003 10:45:15 +0000 (10:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/config.bcc
build/config.gcc
build/config.vc
build/config.wat

index 93137d82d49fe7d5340b39aba5deccf8aa2f605e..22c077da26c6a3520899ae809a3f80b1ea88b27b 100644 (file)
@@ -75,7 +75,7 @@ USE_HTML = 1
 !endif
 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
 !ifndef USE_OPENGL
-USE_OPENGL = 1
+USE_OPENGL = 0
 !endif
 # Use this to name your customized DLLs differently 
 !ifndef VENDOR
index d5e27f375be123c903a101577b9a169b2574a123..03d6ae3e323bf14ea067019049158fb3c9eadf2a 100644 (file)
@@ -44,7 +44,7 @@ USE_GUI = 1
 # Build wxHTML library (USE_GUI must be 1)? [0,1]
 USE_HTML = 1
 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
-USE_OPENGL = 1
+USE_OPENGL = 0
 # Use this to name your customized DLLs differently 
 VENDOR = custom
 # Build wxUniversal instead of native port? [0,1]
index 916b5c1b40946364fb3b5152a437a662ffaf7d1e..2d583c69a37516056e47bb0883ec87785fc2953f 100644 (file)
@@ -44,7 +44,7 @@ USE_GUI = 1
 # Build wxHTML library (USE_GUI must be 1)? [0,1]
 USE_HTML = 1
 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
-USE_OPENGL = 1
+USE_OPENGL = 0
 # Use this to name your customized DLLs differently 
 VENDOR = custom
 # Build wxUniversal instead of native port? [0,1]
index 04fa24cd4e7ef6b29fddd8f52d11de895d63475f..516eee0de51f9ba37737e0bf6d0b7bac368c82ab 100644 (file)
@@ -44,7 +44,7 @@ USE_GUI = 1
 # Build wxHTML library (USE_GUI must be 1)? [0,1]
 USE_HTML = 1
 # Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
-USE_OPENGL = 1
+USE_OPENGL = 0
 # Use this to name your customized DLLs differently 
 VENDOR = custom
 # Build wxUniversal instead of native port? [0,1]