build opengl samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-05 19:59:34 +00:00
parent e9e0dc1572
commit 520755bbd8
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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

View File

@@ -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