X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..8ba1d512d3dfc1b61ab24bde52ea0689db798a49:/build/bakefiles/common.bkl
diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl
index 8948042f2b..2f5855f2cd 100644
--- a/build/bakefiles/common.bkl
+++ b/build/bakefiles/common.bkl
@@ -161,7 +161,9 @@
$(mk.evalExpr(wxwin.mkLibName('stc')))
-
+
+ $(mk.evalExpr(wxwin.mkLibName('webview')))
+
$(mk.evalExpr(wxwin.mkLibName('mono')))
@@ -320,6 +322,13 @@
$(EXTRACFLAGS)
+
+
+ _CRT_SECURE_NO_DEPRECATE=1
+ _CRT_NON_CONFORMING_SWPRINTFS=1
+ _SCL_SECURE_NO_WARNINGS=1
+
+
$(NO_VC_CRTDBG)
$(WIN32_WINNT)
@@ -480,7 +489,7 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
The variables below are defined so that all libs are used
in monolithic build, but not in multilib one. -->
- $(EXTRALIBS) $(EXTRALIBS_GUI)
+ $(EXTRALIBS) $(EXTRALIBS_XML) $(EXTRALIBS_GUI)
$(EXTRALIBS)