]> git.saurik.com Git - wxWidgets.git/commit
Fixes for smoother cross compilation;
authorHarco de Hilster <harcoh@caos.kun.nl>
Sun, 22 Aug 1999 22:43:58 +0000 (22:43 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sun, 22 Aug 1999 22:43:58 +0000 (22:43 +0000)
commit80d895cd3f624f28424cc45b9b516bf439da9c19
tree4dbbf9ccafd8b3ff2f68516f212e8d0b2f9f0992
parent916d0b616512788f3687583e39a0384b908c30be
Fixes for smoother cross compilation;
- added parser.o to msw objects in unx.t
- made sure 'lexer.c' is included in parser.y when cross compiling wxMSW
- added optional program extention PROGRAM_EXT set by configure, so that
  makeprog.env can create .exe files
- a few additions to setup.h.in (wxUSE_OWNER_DRAWN for wxMSW, hack to fix
a clash with __WINDOWS__ define in wx/deps.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
configure
configure.in
distrib/msw/tmake/unx.t
setup.h.in
src/common/parser.y
src/make.env.in
src/makeprog.env.in