1. configre/makefiles changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Jan 2000 18:26:16 +0000 (18:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Jan 2000 18:26:16 +0000 (18:26 +0000)
commit2224580a415da12d7c453943c4ae4a1b58ecd369
treeb992b8db6ee7f5ae4eb0f819c4aa38a6905fba6e
parent8480b297e70a29b785421ded6db22ae024e35038
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
20 files changed:
Makefile.in
configure
configure.in
demos/bombs/Makefile.in
demos/configure [new file with mode: 0755]
demos/configure.in [new file with mode: 0644]
demos/dbbrowse/Makefile.in
demos/dbbrowse/dbgrid.h
demos/forty/Makefile.in
demos/fractal/Makefile.in
demos/life/Makefile.in
demos/poem/Makefile.in
distrib/msw/tmake/base.t [new file with mode: 0644]
distrib/msw/tmake/baserpm.t [new file with mode: 0644]
distrib/msw/tmake/filelist.txt
distrib/msw/tmake/gtk.t [new file with mode: 0644]
distrib/msw/tmake/motif.t [new file with mode: 0644]
docs/install.txt [new file with mode: 0644]
include/wx/tokenzr.h
wxBase.spec [new file with mode: 0644]