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:
@@ -75,7 +75,7 @@ USE_HTML = 1
|
|||||||
!endif
|
!endif
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
|
||||||
!ifndef USE_OPENGL
|
!ifndef USE_OPENGL
|
||||||
USE_OPENGL = 1
|
USE_OPENGL = 0
|
||||||
!endif
|
!endif
|
||||||
# Use this to name your customized DLLs differently
|
# Use this to name your customized DLLs differently
|
||||||
!ifndef VENDOR
|
!ifndef VENDOR
|
||||||
|
@@ -44,7 +44,7 @@ USE_GUI = 1
|
|||||||
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
||||||
USE_HTML = 1
|
USE_HTML = 1
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,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
|
# Use this to name your customized DLLs differently
|
||||||
VENDOR = custom
|
VENDOR = custom
|
||||||
# Build wxUniversal instead of native port? [0,1]
|
# Build wxUniversal instead of native port? [0,1]
|
||||||
|
@@ -44,7 +44,7 @@ USE_GUI = 1
|
|||||||
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
||||||
USE_HTML = 1
|
USE_HTML = 1
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,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
|
# Use this to name your customized DLLs differently
|
||||||
VENDOR = custom
|
VENDOR = custom
|
||||||
# Build wxUniversal instead of native port? [0,1]
|
# Build wxUniversal instead of native port? [0,1]
|
||||||
|
@@ -44,7 +44,7 @@ USE_GUI = 1
|
|||||||
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
# Build wxHTML library (USE_GUI must be 1)? [0,1]
|
||||||
USE_HTML = 1
|
USE_HTML = 1
|
||||||
# Build OpenGL canvas library (USE_GUI must be 1)? [0,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
|
# Use this to name your customized DLLs differently
|
||||||
VENDOR = custom
|
VENDOR = custom
|
||||||
# Build wxUniversal instead of native port? [0,1]
|
# Build wxUniversal instead of native port? [0,1]
|
||||||
|
Reference in New Issue
Block a user