From: Brian Curtin Date: Wed, 20 Jun 2012 20:45:12 +0000 (-0500) Subject: Support 32-bit release building: X-Git-Tag: v3.3.0b1~168^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7de612a483164ed6a88d6d4309532f355867ba6;p=python Support 32-bit release building: --- diff --git a/PCbuild/pylauncher.vcxproj b/PCbuild/pylauncher.vcxproj index 82880c1218..ba19fcf33c 100644 --- a/PCbuild/pylauncher.vcxproj +++ b/PCbuild/pylauncher.vcxproj @@ -36,11 +36,16 @@ + + py_d + + py + Level3 @@ -52,7 +57,7 @@ version.lib;%(AdditionalDependencies) false Console - $(OutDir)py_d.exe + $(OutDir)$(TargetName)_d$(TargetExt) @@ -61,11 +66,15 @@ MaxSpeed true true + _CONSOLE;NDEBUG;%(PreprocessorDefinitions) true true true + false + version.lib;%(AdditionalDependencies) + Console