mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Moved PCbuild directory to PC/VS7.1
This commit is contained in:
parent
cdaa2cbfd5
commit
915d5d96d8
37 changed files with 0 additions and 0 deletions
21
PC/VS7.1/python.build
Normal file
21
PC/VS7.1/python.build
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue