USE_OPENGL is 0 by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-19 10:45:15 +00:00
parent a3aa294d4c
commit 62958ed73f
4 changed files with 4 additions and 4 deletions

View 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

View 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]

View 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]

View 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]