summaryrefslogtreecommitdiffstats
path: root/PCbuild/db.build
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-15 18:06:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-15 18:06:54 (GMT)
commit48bbaf23753fa5bd394460a46846a49f44b7eab4 (patch)
tree7087279445c9f7b6d9318cf5da1c0a493f13821d /PCbuild/db.build
parent73536e039bef3aeb432c3d472a37d7bbb235d7db (diff)
downloadcpython-48bbaf23753fa5bd394460a46846a49f44b7eab4.zip
cpython-48bbaf23753fa5bd394460a46846a49f44b7eab4.tar.gz
cpython-48bbaf23753fa5bd394460a46846a49f44b7eab4.tar.bz2
Patch #1470875: Building Python with MS Free Compiler.
Diffstat (limited to 'PCbuild/db.build')
-rw-r--r--PCbuild/db.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/PCbuild/db.build b/PCbuild/db.build
new file mode 100644
index 0000000..6a87f74
--- /dev/null
+++ b/PCbuild/db.build
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<project>
+ <target name="all" description="Build all targets.">
+ <solution configuration="release">
+ <projects>
+ <include name="db_static.vcproj" />
+ </projects>
+ </solution>
+ </target>
+</project>