X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f82b7036e8e6068411853610dd8ce01265b99719..896576e31e1a1320533ffb40d36f286618cffcff:/build/bakefiles/common.bkl
diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl
index 3711f526ef..38c6d80e9b 100644
--- a/build/bakefiles/common.bkl
+++ b/build/bakefiles/common.bkl
@@ -266,6 +266,11 @@
wxDEBUG_LEVEL=0
+
+ NDEBUG
+ NDEBUG
+
+
__NO_VC_CRTDBG__
@@ -306,8 +311,8 @@
- /MACHINE:AMD64
- /MACHINE:AMD64
+ /MACHINE:X64
+ /MACHINE:X64
/MACHINE:IA64
/MACHINE:IA64
@@ -355,6 +360,16 @@
neither we nor wx users are interested in debugging them anyhow
-->
NDEBUG
+
+
+
+ _CRT_SECURE_NO_WARNINGS
+
@@ -486,6 +501,7 @@ $(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\r
__WX$(TOOLKIT)__
$(WXUNIV_DEFINE)
$(DEBUG_DEFINE)
+ $(NDEBUG_DEFINE)
$(EXCEPTIONS_DEFINE)
$(RTTI_DEFINE)
$(THREAD_DEFINE)