1) some compilers (Watcom) don't like it if wxBase library PCH file contains

symbols from GUI components and won't link a DLL
2) fixed subdirs recursion code - all options must be output
3) fixed subdirs recursion code - all options must be output
4) fix for watcom resource compiler


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-08 12:59:30 +00:00
parent cbba971f2f
commit 2265a2d51e
178 changed files with 8215 additions and 7995 deletions

View File

@@ -52,6 +52,9 @@ LDFLAGS =
# Multiple libraries or single huge monolithic one? [0,1]
MONOLITHIC = 0
# Use MSLU library when building Unicode version. [0,1]
MSLU = 0
# Is this official build by wxWindows developers? [0,1]
OFFICIAL_BUILD = 0