diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-14 10:22:08 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-14 10:22:08 (GMT) |
commit | e8af53d018f55072b696c6f2208a6b4fa331a2ee (patch) | |
tree | e67a156360ad9df387a8f8c97996fc7aef729683 /PCbuild/xxlimited.vcxproj | |
parent | 6d7c9f329761a8a1c9c3019ee1af8aeda2c69fde (diff) | |
download | cpython-e8af53d018f55072b696c6f2208a6b4fa331a2ee.zip cpython-e8af53d018f55072b696c6f2208a6b4fa331a2ee.tar.gz cpython-e8af53d018f55072b696c6f2208a6b4fa331a2ee.tar.bz2 |
Fix release build settings.
Diffstat (limited to 'PCbuild/xxlimited.vcxproj')
-rw-r--r-- | PCbuild/xxlimited.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/xxlimited.vcxproj b/PCbuild/xxlimited.vcxproj index 241177f..fa32264 100644 --- 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> |