diff options
author | Christian Heimes <christian@cheimes.de> | 2012-10-07 16:20:07 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-10-07 16:20:07 (GMT) |
commit | 58f11831feddd2d0617b2300028f3fcb2c8e9762 (patch) | |
tree | e076c50e0457ce522fbc228580652e4be66ec1ec /PCbuild | |
parent | a4018a2afe04ff8f6ae632a66d2dd05677944574 (diff) | |
download | cpython-58f11831feddd2d0617b2300028f3fcb2c8e9762.zip cpython-58f11831feddd2d0617b2300028f3fcb2c8e9762.tar.gz cpython-58f11831feddd2d0617b2300028f3fcb2c8e9762.tar.bz2 |
correct build configuration of sha3 project for debug builds
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pcbuild.sln | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/PCbuild/pcbuild.sln b/PCbuild/pcbuild.sln index 7adc886..0edcdf6 100644 --- a/PCbuild/pcbuild.sln +++ b/PCbuild/pcbuild.sln @@ -613,9 +613,10 @@ Global {19C0C13F-47CA-4432-AFF3-799A296A4DDC}.PGUpdate|x64.ActiveCfg = Release|Win32
{19C0C13F-47CA-4432-AFF3-799A296A4DDC}.Release|Win32.ActiveCfg = Release|Win32
{19C0C13F-47CA-4432-AFF3-799A296A4DDC}.Release|x64.ActiveCfg = Release|x64
- {254A0C05-6696-4B08-8CB2-EF7D533AEE01}.Debug|Win32.ActiveCfg = Release|x64
- {254A0C05-6696-4B08-8CB2-EF7D533AEE01}.Debug|x64.ActiveCfg = Release|x64
- {254A0C05-6696-4B08-8CB2-EF7D533AEE01}.Debug|x64.Build.0 = Release|x64
+ {254A0C05-6696-4B08-8CB2-EF7D533AEE01}.Debug|Win32.ActiveCfg = Debug|Win32
+ {254A0C05-6696-4B08-8CB2-EF7D533AEE01}.Debug|Win32.Build.0 = Debug|Win32
+ {254A0C05-6696-4B08-8CB2-EF7D533AEE01}.Debug|x64.ActiveCfg = Debug|x64
+ {254A0C05-6696-4B08-8CB2-EF7D533AEE01}.Debug|x64.Build.0 = Debug|x64
{254A0C05-6696-4B08-8CB2-EF7D533AEE01}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32
{254A0C05-6696-4B08-8CB2-EF7D533AEE01}.PGInstrument|Win32.Build.0 = PGInstrument|Win32
{254A0C05-6696-4B08-8CB2-EF7D533AEE01}.PGInstrument|x64.ActiveCfg = PGInstrument|x64
|