added splash sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-08-05 13:51:43 +00:00
parent 9a97a0e8c9
commit 2057db16c0
2 changed files with 52 additions and 48 deletions

99
configure vendored

File diff suppressed because one or more lines are too long

View File

@ -5773,6 +5773,7 @@ fi
if test "$wxUSE_SPLASH" = "yes"; then
AC_DEFINE(wxUSE_SPLASH)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
fi
if test "$wxUSE_STARTUP_TIPS" = "yes"; then