X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f33eb9ff0a6bc377e3d476e9111124cd0fe532f..0e300ddd7d91d46e3d9fcbbefe916b0fda6fcbbc:/samples/configure?ds=sidebyside diff --git a/samples/configure b/samples/configure index ba208b036f..6476a00c55 100755 --- a/samples/configure +++ b/samples/configure @@ -529,6 +529,8 @@ SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs PATH_IFS=$wx_cv_path_ifs PROGRAM_EXT=$wx_cv_program_ext WX_TARGET_LIBRARY=$wx_cv_target_library +WX_TARGET_LIBRARY_GL=$wx_cv_target_library_gl + @@ -663,6 +665,8 @@ trap 'rm -fr `echo " dragimag/Makefile drawing/Makefile dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -680,7 +684,6 @@ trap 'rm -fr `echo " minimal/Makefile newgrid/Makefile notebook/Makefile - plot/Makefile png/Makefile printing/Makefile proplist/Makefile @@ -691,6 +694,7 @@ trap 'rm -fr `echo " sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -700,7 +704,7 @@ trap 'rm -fr `echo " treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile @@ -751,6 +755,7 @@ s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g s%@PATH_IFS@%$PATH_IFS%g s%@PROGRAM_EXT@%$PROGRAM_EXT%g s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g +s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g CEOF EOF @@ -808,6 +813,8 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile dragimag/Makefile drawing/Makefile dynamic/Makefile + erase/Makefile + event/Makefile exec/Makefile font/Makefile grid/Makefile @@ -825,7 +832,6 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile minimal/Makefile newgrid/Makefile notebook/Makefile - plot/Makefile png/Makefile printing/Makefile proplist/Makefile @@ -836,6 +842,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile sashtest/Makefile scroll/Makefile scrollsub/Makefile + sockets/Makefile splitter/Makefile statbar/Makefile text/Makefile @@ -845,7 +852,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile treelay/Makefile typetest/Makefile validate/Makefile - sockets/Makefile + widgets/Makefile wizard/Makefile html/Makefile html/about/Makefile