[Python-checkins] cpython: Fix release build settings.

martin.v.loewis python-checkins at python.org
Mon May 14 12:22:51 CEST 2012


http://hg.python.org/cpython/rev/6fb8151c0579
changeset:   76914:6fb8151c0579
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Mon May 14 12:22:08 2012 +0200
summary:
  Fix release build settings.

files:
  PCbuild/xxlimited.vcxproj |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj
--- a/PCbuild/xxlimited.vcxproj
+++ b/PCbuild/xxlimited.vcxproj
@@ -121,8 +121,6 @@
     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.pyd</TargetExt>
     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(PlatformName)-pgo\</OutDir>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\</IntDir>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDirPGI)\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\</IntDir>
     <TargetExt Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">.pyd</TargetExt>
     <TargetExt Condition="'$(Configuration)|$(Platform)'=='PGInstrument|x64'">.pyd</TargetExt>
   </PropertyGroup>

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list