1. configre/makefiles changes
a) wxBase compilation/installation/dist works, added wxBase.spec b) list of files is include by Makefile.in, not embedded into it c) configure runs "subconfigures" for samples/demos/utils 2. wxTokenizer class from Gregory Pietsch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
14
demos/configure.in
Normal file
14
demos/configure.in
Normal file
@@ -0,0 +1,14 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_REVISION($Id$)dnl
|
||||
|
||||
AC_INIT(Makefile.in)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
bombs/Makefile
|
||||
dbbrowse/Makefile
|
||||
forty/Makefile
|
||||
fractal/Makefile
|
||||
life/Makefile
|
||||
poem/Makefile
|
||||
])
|
Reference in New Issue
Block a user