X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31b34ada76e0d33bc76689dee74fb67d3e12baf8..89e94a4bffda38bdb53d875f022982273f9580f2:/build/bakefiles/common.bkl diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 8baf4d4a96..ac23bd5ecf 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -29,42 +29,9 @@ - - - - $(wxwin.getVersionMajor()) - $(wxwin.getVersionMinor()) - $(wxwin.getVersionRelease()) - - $(WXVER_MAJOR).$(WXVER_MINOR) - - - $(WXVER_MAJOR)$(WXVER_MINOR) - - - $(WX_RELEASE).$(WXVER_RELEASE) - - - $(WX_RELEASE_NODOT)$(WXVER_RELEASE) - - - $(int(int(WXVER_MINOR) % 2 == 0)) - - - 1 - - - $(WX_BINARY_VERSION).0.0 - $(WXVER_RELEASE).0.0 - - $(WX_VERSION) - - $(WX_RELEASE_NODOT) - $(WX_VERSION_NODOT) - + + @@ -216,8 +183,10 @@ - lib - dll + lib + dll + $(TOOLKIT_LOWERCASE)_lib + $(TOOLKIT_LOWERCASE)_dll @@ -269,13 +238,13 @@ - wxNO_RTTI + wxNO_RTTI - wxNO_EXCEPTIONS + wxNO_EXCEPTIONS - wxNO_THREADS + wxNO_THREADS @@ -290,6 +259,9 @@ _UNICODE + + wxUSE_UNICODE_MSLU=1 + @@ -313,6 +285,13 @@ $(NO_VC_CRTDBG) $(WIN32_WINNT) + + + $(_ldlibs.replace('ccrtrtti.lib', '')) + $(_cppflags.replace('/GR', '')) +