diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-20 05:57:30 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-20 05:57:30 (GMT) |
commit | ad32deb20eba432fcf6dbd095c25917fa6077ff2 (patch) | |
tree | b051edc8fc6ba3cccf3a478b287b64ac951d2960 /PCbuild9/_bsddb.vcproj | |
parent | e052dd873b6fbe5e076ecf686ce682c3400f2bf3 (diff) | |
download | cpython-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/_bsddb.vcproj')
-rw-r--r-- | PCbuild9/_bsddb.vcproj | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/PCbuild9/_bsddb.vcproj b/PCbuild9/_bsddb.vcproj index e558036..c2e1ffd 100644 --- a/PCbuild9/_bsddb.vcproj +++ b/PCbuild9/_bsddb.vcproj @@ -43,7 +43,6 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(bsddbDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS" UsePrecompiledHeader="0" /> <Tool @@ -111,7 +110,6 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="$(bsddbDir)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS" UsePrecompiledHeader="0" /> <Tool @@ -122,7 +120,7 @@ /> <Tool Name="VCPreLinkEventTool" - CommandLine="cd $(bsddbDir)
if exist Debug_AMD64\libdb44sd.lib exit 0
devenv Berkeley_DB.sln /build "Debug AMD64" /project db_static /useenv" + CommandLine="cd $(bsddbDir)
if exist Debug_AMD64\libdb44sd.lib exit 0
devenv Berkeley_DB.sln /build "Debug AMD64" /project db_static /useenv
" /> <Tool Name="VCLinkerTool" @@ -180,7 +178,6 @@ Name="VCCLCompilerTool" EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="$(bsddbDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" @@ -193,7 +190,7 @@ /> <Tool Name="VCPreLinkEventTool" - CommandLine="cd $(bsddbDir)
if exist Release\libdb44s.lib exit 0
devenv Berkeley_DB.sln /build Release /project db_static" + CommandLine="cd $(bsddbDir)
if exist Release\libdb44s.lib exit 0
devenv Berkeley_DB.sln /build Release /project db_static
" /> <Tool Name="VCLinkerTool" @@ -254,7 +251,6 @@ Name="VCCLCompilerTool" EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="$(bsddbDir)" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="3" @@ -267,7 +263,7 @@ /> <Tool Name="VCPreLinkEventTool" - CommandLine="cd $(bsddbDir)
if exist Release_AMD64\libdb44s.lib exit 0
devenv Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv" + CommandLine="cd $(bsddbDir)
if exist Release_AMD64\libdb44s.lib exit 0
devenv Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv
" /> <Tool Name="VCLinkerTool" |