diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:51:18 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:51:18 (GMT) |
commit | 915d5d96d826c13cd6a89341fc1a2ce12811aea2 (patch) | |
tree | 40152f46513c2f98de86fee3ca66d44d9104f9af /PC/VS7.1/python.build | |
parent | cdaa2cbfd59b27a1ac2e8b0980967471ea35b777 (diff) | |
download | cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.zip cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.tar.gz cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.tar.bz2 |
Moved PCbuild directory to PC/VS7.1
Diffstat (limited to 'PC/VS7.1/python.build')
-rw-r--r-- | PC/VS7.1/python.build | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/PC/VS7.1/python.build b/PC/VS7.1/python.build new file mode 100644 index 0000000..61bbe89 --- /dev/null +++ b/PC/VS7.1/python.build @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<project> + <target name="all" description="Build all targets."> + <solution configuration="release"> + <projects> + <include name="make_versioninfo.vcproj" /> + </projects> + </solution> + <exec program="make_versioninfo" output="pythonnt_rc.h" /> + + <solution configuration="release" solutionfile="pcbuild.sln"> + <excludeprojects> + <include name="_tkinter.vcproj" /> + <include name="bz2.vcproj" /> + <include name="_bsddb.vcproj" /> + <include name="_sqlite3.vcproj" /> + <include name="_ssl.vcproj" /> + </excludeprojects> + </solution> + </target> +</project> |