From: Martin v. Löwis Date: Fri, 22 Jun 2012 20:16:42 +0000 (+0200) Subject: Issue #15143: Define _DEBUG when compiling resources. X-Git-Tag: v3.3.0b1~154^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c771ca4134a956fb9078041522ab920ae182f46;p=thirdparty%2FPython%2Fcpython.git Issue #15143: Define _DEBUG when compiling resources. --- diff --git a/PCbuild/debug.props b/PCbuild/debug.props index ce8aad45dc2e..9b7a65af4d00 100644 --- a/PCbuild/debug.props +++ b/PCbuild/debug.props @@ -12,6 +12,9 @@ _DEBUG;%(PreprocessorDefinitions) + + _DEBUG +