From: Vadim Zeitlin Date: Mon, 8 Apr 2002 16:02:30 +0000 (+0000) Subject: added the keyboard sample X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/605625f51e450c1e0163a9075978c1895daa2415?ds=inline added the keyboard sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/configure b/samples/configure index e463f949e6..377af27500 100755 --- a/samples/configure +++ b/samples/configure @@ -678,6 +678,7 @@ trap 'rm -fr `echo " internat/Makefile ipc/Makefile joytest/Makefile + keyboard/Makefile layout/Makefile listctrl/Makefile mdi/Makefile @@ -828,6 +829,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile internat/Makefile ipc/Makefile joytest/Makefile + keyboard/Makefile layout/Makefile listctrl/Makefile mdi/Makefile diff --git a/samples/configure.in b/samples/configure.in index b20d8f454a..5d23826ba5 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -46,6 +46,7 @@ AC_OUTPUT([ internat/Makefile ipc/Makefile joytest/Makefile + keyboard/Makefile layout/Makefile listctrl/Makefile mdi/Makefile