From a7de612a483164ed6a88d6d4309532f355867ba6 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Wed, 20 Jun 2012 15:45:12 -0500 Subject: [PATCH] Support 32-bit release building: --- PCbuild/pylauncher.vcxproj | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/PCbuild/pylauncher.vcxproj b/PCbuild/pylauncher.vcxproj index 82880c12188..ba19fcf33c6 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