summaryrefslogtreecommitdiffstats
path: root/PCbuild9/_bsddb.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-19 08:36:32 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-19 08:36:32 (GMT)
commit97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f (patch)
tree1609aec6e81c4c3eae253dd5a1cf4bf4f5703b29 /PCbuild9/_bsddb.vcproj
parenta6b46357f652e620a4072ced75abd664be632210 (diff)
downloadcpython-97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f.zip
cpython-97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f.tar.gz
cpython-97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f.tar.bz2
I've spend some time to automate more steps of the build process. Now bzip2, bsddb, sqlite and openssl are automatically build by prelink steps.
I had to use some tricks to build openssl for 32 and 64bit CPUs in two separate build dirs.
Diffstat (limited to 'PCbuild9/_bsddb.vcproj')
-rw-r--r--PCbuild9/_bsddb.vcproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/PCbuild9/_bsddb.vcproj b/PCbuild9/_bsddb.vcproj
index eea3eed..e558036 100644
--- a/PCbuild9/_bsddb.vcproj
+++ b/PCbuild9/_bsddb.vcproj
@@ -54,10 +54,11 @@
/>
<Tool
Name="VCPreLinkEventTool"
+ CommandLine="cd $(bsddbDir)&#x0D;&#x0A;if exist Debug\libdb44sd.lib exit 0&#x0D;&#x0A;devenv Berkeley_DB.sln /build Debug /project db_static&#x0D;&#x0A;"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(bsddbDir)\$(ConfigurationName)\libdb44s.lib"
+ AdditionalDependencies="$(bsddbDir)\Debug\libdb44sd.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
@@ -121,10 +122,11 @@
/>
<Tool
Name="VCPreLinkEventTool"
+ CommandLine="cd $(bsddbDir)&#x0D;&#x0A;if exist Debug_AMD64\libdb44sd.lib exit 0&#x0D;&#x0A;devenv Berkeley_DB.sln /build &quot;Debug AMD64&quot; /project db_static /useenv"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(bsddbDir)\$(ConfigurationName)\libdb44s.lib"
+ AdditionalDependencies="$(bsddbDir)\Debug_AMD64\libdb44sd.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
@@ -191,10 +193,11 @@
/>
<Tool
Name="VCPreLinkEventTool"
+ CommandLine="cd $(bsddbDir)&#x0D;&#x0A;if exist Release\libdb44s.lib exit 0&#x0D;&#x0A;devenv Berkeley_DB.sln /build Release /project db_static"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(bsddbDir)\$(ConfigurationName)\libdb44s.lib"
+ AdditionalDependencies="$(bsddbDir)\Release\libdb44s.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"
@@ -264,10 +267,11 @@
/>
<Tool
Name="VCPreLinkEventTool"
+ CommandLine="cd $(bsddbDir)&#x0D;&#x0A;if exist Release_AMD64\libdb44s.lib exit 0&#x0D;&#x0A;devenv Berkeley_DB.sln /build &quot;Release AMD64&quot; /project db_static /useenv"
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="$(bsddbDir)\$(ConfigurationName)\libdb44s.lib"
+ AdditionalDependencies="$(bsddbDir)\Release_AMD64\libdb44s.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"