X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1e5aa0793b27abf23747b0e07aa962981799263..89e94a4bffda38bdb53d875f022982273f9580f2:/build/bakefiles/common.bkl?ds=sidebyside diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 00d8928ba9..ac23bd5ecf 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -22,41 +22,16 @@ 0 + + 0 + - - - - - $(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)) - - 0.0.0 - $(WXVER_RELEASE).0.0 - - $(WX_VERSION) - - $(WX_RELEASE_NODOT) - $(WX_VERSION_NODOT) - + + @@ -145,6 +120,9 @@ $(mk.evalExpr(wxwin.mkLibName('net'))) + + $(mk.evalExpr(wxwin.mkLibName('qa'))) + $(mk.evalExpr(wxwin.mkLibName('core'))) @@ -205,8 +183,10 @@ - lib - dll + lib + dll + $(TOOLKIT_LOWERCASE)_lib + $(TOOLKIT_LOWERCASE)_dll @@ -235,7 +215,8 @@ off - $(DEBUGINFO) + on + off off on @@ -247,11 +228,25 @@ on off + + on + off + multi single + + wxNO_RTTI + + + wxNO_EXCEPTIONS + + + wxNO_THREADS + + __WXDEBUG__ __WXDEBUG__ @@ -264,6 +259,9 @@ _UNICODE + + wxUSE_UNICODE_MSLU=1 + @@ -280,13 +278,20 @@ $(OPTIMIZEFLAG) $(THREADSFLAG) $(RUNTIME_LIBS) - $(EXCEPTIONSFLAG) + $(RTTIFLAG) $(EXCEPTIONSFLAG) $(EXTRACFLAGS) $(NO_VC_CRTDBG) $(WIN32_WINNT) + + + $(_ldlibs.replace('ccrtrtti.lib', '')) + $(_cppflags.replace('/GR', '')) +