summaryrefslogtreecommitdiffstats
path: root/PCbuild9/_ssl.vcproj
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2007-11-21 22:24:31 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2007-11-21 22:24:31 (GMT)
commit831c476169bc2430c8676bd6e3617fdc4f8933d3 (patch)
tree3841a0a12d150a9cc4ef26397ac009380a2e22db /PCbuild9/_ssl.vcproj
parent8a392d7387c9992537b0e1f66de989e34bd4eb4e (diff)
downloadcpython-831c476169bc2430c8676bd6e3617fdc4f8933d3.zip
cpython-831c476169bc2430c8676bd6e3617fdc4f8933d3.tar.gz
cpython-831c476169bc2430c8676bd6e3617fdc4f8933d3.tar.bz2
when building with VC 2008, turn off unicode as default mode for the win32 API.
For example, MessageBox takes char* parameters. If you want to pass unicode strings, use MessageBoxW explicitely.
Diffstat (limited to 'PCbuild9/_ssl.vcproj')
-rw-r--r--PCbuild9/_ssl.vcproj14
1 files changed, 7 insertions, 7 deletions
diff --git a/PCbuild9/_ssl.vcproj b/PCbuild9/_ssl.vcproj
index c478970..de32995 100644
--- a/PCbuild9/_ssl.vcproj
+++ b/PCbuild9/_ssl.vcproj
@@ -85,7 +85,7 @@
Name="Debug|x64"
ConfigurationType="2"
InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops"
- CharacterSet="1"
+ CharacterSet="0"
>
<Tool
Name="VCPreBuildEventTool"
@@ -148,7 +148,7 @@
Name="Release|Win32"
ConfigurationType="2"
InheritedPropertySheets=".\pyd.vsprops"
- CharacterSet="1"
+ CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
@@ -211,7 +211,7 @@
Name="Release|x64"
ConfigurationType="2"
InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
- CharacterSet="1"
+ CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
@@ -275,7 +275,7 @@
Name="PGInstrument|Win32"
ConfigurationType="2"
InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
- CharacterSet="1"
+ CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
@@ -338,7 +338,7 @@
Name="PGInstrument|x64"
ConfigurationType="2"
InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
- CharacterSet="1"
+ CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
@@ -403,7 +403,7 @@
Name="PGUpdate|Win32"
ConfigurationType="2"
InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
- CharacterSet="1"
+ CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool
@@ -466,7 +466,7 @@
Name="PGUpdate|x64"
ConfigurationType="2"
InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
- CharacterSet="1"
+ CharacterSet="0"
WholeProgramOptimization="1"
>
<Tool