summaryrefslogtreecommitdiffstats
path: root/PCbuild9/_ssl.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-20 05:57:30 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-20 05:57:30 (GMT)
commitad32deb20eba432fcf6dbd095c25917fa6077ff2 (patch)
treeb051edc8fc6ba3cccf3a478b287b64ac951d2960 /PCbuild9/_ssl.vcproj
parente052dd873b6fbe5e076ecf686ce682c3400f2bf3 (diff)
downloadcpython-ad32deb20eba432fcf6dbd095c25917fa6077ff2.zip
cpython-ad32deb20eba432fcf6dbd095c25917fa6077ff2.tar.gz
cpython-ad32deb20eba432fcf6dbd095c25917fa6077ff2.tar.bz2
Report #1473 Drop _EXPORTS macros in PCbuild9
I've removed a bunch of obsolete defines. I've also taken the opportunity to fix the pre-link event of sqlite3 and some optimization flags.
Diffstat (limited to 'PCbuild9/_ssl.vcproj')
-rw-r--r--PCbuild9/_ssl.vcproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/PCbuild9/_ssl.vcproj b/PCbuild9/_ssl.vcproj
index 0fcad8d..6bb9531 100644
--- a/PCbuild9/_ssl.vcproj
+++ b/PCbuild9/_ssl.vcproj
@@ -44,7 +44,6 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(opensslDir)\inc32"
- PreprocessorDefinitions="_SOCKET_EXPORTS"
UsePrecompiledHeader="0"
/>
<Tool
@@ -112,7 +111,6 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(opensslDir)\inc64"
- PreprocessorDefinitions="_SOCKET_EXPORTS"
UsePrecompiledHeader="0"
/>
<Tool
@@ -181,7 +179,6 @@
Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="$(opensslDir)\inc32"
- PreprocessorDefinitions="_SOCKET_EXPORTS"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
@@ -255,7 +252,6 @@
Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="$(opensslDir)\inc64"
- PreprocessorDefinitions="_SOCKET_EXPORTS"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"