X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f55f5b81fbe7a2294912663c192113209bbc930..cbba971f2fff5ccb5d65c7508dcde8556de83b99:/contrib/utils/wxrc/makefile.vc?ds=sidebyside diff --git a/contrib/utils/wxrc/makefile.vc b/contrib/utils/wxrc/makefile.vc index af75132f49..c0bca85b20 100644 --- a/contrib/utils/wxrc/makefile.vc +++ b/contrib/utils/wxrc/makefile.vc @@ -4,7 +4,7 @@ # Do not modify, all changes will be overwritten! # ========================================================================= -!include <../../../build/config.vc> +!include <../../../build/msw/config.vc> # ------------------------------------------------------------------------- # Do not modify the rest of this file! @@ -144,16 +144,16 @@ __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__ ____DEBUGINFO_2_p = /D_DEBUG !endif !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" -____DEBUGINFO_2_p = /DNDEBUG +____DEBUGINFO_2_p = !endif !if "$(DEBUG_INFO)" == "0" -____DEBUGINFO_2_p = /DNDEBUG +____DEBUGINFO_2_p = !endif !if "$(DEBUG_INFO)" == "1" ____DEBUGINFO_2_p = /D_DEBUG !endif !if "$(DEBUG_RUNTIME_LIBS)" == "0" -____DEBUGRUNTIME_2_p = /DNDEBUG +____DEBUGRUNTIME_2_p = !endif !if "$(DEBUG_RUNTIME_LIBS)" == "1" ____DEBUGRUNTIME_2_p = /D_DEBUG