X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f55f5b81fbe7a2294912663c192113209bbc930..cbba971f2fff5ccb5d65c7508dcde8556de83b99:/contrib/build/fl/makefile.vc diff --git a/contrib/build/fl/makefile.vc b/contrib/build/fl/makefile.vc index 2f2b3477d9..cbddc28810 100644 --- a/contrib/build/fl/makefile.vc +++ b/contrib/build/fl/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! @@ -207,16 +207,16 @@ __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__ ____DEBUGINFO = /D_DEBUG !endif !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" -____DEBUGINFO = /DNDEBUG +____DEBUGINFO = !endif !if "$(DEBUG_INFO)" == "0" -____DEBUGINFO = /DNDEBUG +____DEBUGINFO = !endif !if "$(DEBUG_INFO)" == "1" ____DEBUGINFO = /D_DEBUG !endif !if "$(DEBUG_RUNTIME_LIBS)" == "0" -____DEBUGRUNTIME_11_p = /DNDEBUG +____DEBUGRUNTIME_11_p = !endif !if "$(DEBUG_RUNTIME_LIBS)" == "1" ____DEBUGRUNTIME_11_p = /D_DEBUG @@ -225,7 +225,7 @@ ____DEBUGRUNTIME_11_p = /D_DEBUG ____DEBUGRUNTIME_11_p = $(____DEBUGINFO) !endif !if "$(DEBUG_RUNTIME_LIBS)" == "0" -____DEBUGRUNTIME_2_p = /DNDEBUG +____DEBUGRUNTIME_2_p = !endif !if "$(DEBUG_RUNTIME_LIBS)" == "1" ____DEBUGRUNTIME_2_p = /D_DEBUG