X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05a0bcdec6fadf3e5df4b7b5ddf2c2ef122b57d4..e524af66addeb4d5f819b7772c1c1291c97dff65:/build/bakefiles/common.bkl diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index a6fe824348..ac23bd5ecf 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -183,8 +183,10 @@ - lib - dll + lib + dll + $(TOOLKIT_LOWERCASE)_lib + $(TOOLKIT_LOWERCASE)_dll @@ -236,13 +238,13 @@ - wxNO_RTTI + wxNO_RTTI - wxNO_EXCEPTIONS + wxNO_EXCEPTIONS - wxNO_THREADS + wxNO_THREADS @@ -257,6 +259,9 @@ _UNICODE + + wxUSE_UNICODE_MSLU=1 + @@ -280,6 +285,13 @@ $(NO_VC_CRTDBG) $(WIN32_WINNT) + + + $(_ldlibs.replace('ccrtrtti.lib', '')) + $(_cppflags.replace('/GR', '')) +