added propsize to the list of samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-08-21 18:41:23 +00:00
parent 2c7c1d1ea8
commit 79bbbd1bc3
4 changed files with 5 additions and 5 deletions

2
configure vendored
View File

@@ -20856,7 +20856,7 @@ if test "$wxUSE_GUI" = "yes"; then
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
drawing dynamic erase event exec font image \
minimal rotate widgets"
minimal propsize rotate widgets"
CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
else

View File

@@ -4917,7 +4917,7 @@ if test "$wxUSE_GUI" = "yes"; then
dnl ipc, mfc, nativdlg, oleauto, ownerdrw
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
drawing dynamic erase event exec font image \
minimal rotate widgets"
minimal propsize rotate widgets"
dnl this is needed to be able to find AFM files
CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"

4
samples/configure vendored
View File

@@ -707,7 +707,7 @@ trap 'rm -fr `echo "
sockets/Makefile
splitter/Makefile
statbar/Makefile
taskbar/Makefile
taskbar/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile
@@ -861,7 +861,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
sockets/Makefile
splitter/Makefile
statbar/Makefile
taskbar/Makefile
taskbar/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile

View File

@@ -77,7 +77,7 @@ AC_OUTPUT([
sockets/Makefile
splitter/Makefile
statbar/Makefile
taskbar/Makefile
taskbar/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile