Applied patch [ 566194 ] Adds taskbar sample to configure-targets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
06aa2a5508
commit
b2261c5bb8
@ -4544,6 +4544,10 @@ fi
|
||||
|
||||
if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
|
||||
AC_DEFINE(wxUSE_SYSTEM_OPTIONS)
|
||||
if test "$TOOLKIT" = "MSW"; then
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
if test "$wxUSE_PROTOCOL" = "yes"; then
|
||||
|
@ -78,6 +78,7 @@ AC_OUTPUT([
|
||||
sockets/Makefile
|
||||
splitter/Makefile
|
||||
statbar/Makefile
|
||||
taskbar/Makefile
|
||||
text/Makefile
|
||||
thread/Makefile
|
||||
toolbar/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user