From 62958ed73fa9568fc65923e73e4d8a9c9713c448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 19 Jul 2003 10:45:15 +0000 Subject: [PATCH] USE_OPENGL is 0 by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/config.bcc | 2 +- build/config.gcc | 2 +- build/config.vc | 2 +- build/config.wat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/config.bcc b/build/config.bcc index 93137d82d4..22c077da26 100644 --- a/build/config.bcc +++ b/build/config.bcc @@ -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 diff --git a/build/config.gcc b/build/config.gcc index d5e27f375b..03d6ae3e32 100644 --- a/build/config.gcc +++ b/build/config.gcc @@ -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] diff --git a/build/config.vc b/build/config.vc index 916b5c1b40..2d583c69a3 100644 --- a/build/config.vc +++ b/build/config.vc @@ -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] diff --git a/build/config.wat b/build/config.wat index 04fa24cd4e..516eee0de5 100644 --- a/build/config.wat +++ b/build/config.wat @@ -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]