From: Václav Slavík Date: Tue, 5 Aug 2003 19:59:34 +0000 (+0000) Subject: build opengl samples X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/520755bbd87dfdb9cfe3e517fd83842d07477603 build opengl samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 81bfbaab46..e214a94960 100755 --- a/configure +++ b/configure @@ -25194,7 +25194,7 @@ _ACEOF #define wxUSE_GLCANVAS 1 _ACEOF - SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl" + SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf" fi fi diff --git a/configure.in b/configure.in index 8529ff2994..4a508717c3 100644 --- a/configure.in +++ b/configure.in @@ -2980,7 +2980,7 @@ if test "$wxUSE_OPENGL" = "yes"; then USE_OPENGL=1 AC_DEFINE(wxUSE_OPENGL) AC_DEFINE(wxUSE_GLCANVAS) - SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl" + SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf" fi fi