mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Patch #1470875: Building Python with MS Free Compiler.
This commit is contained in:
parent
73536e039b
commit
48bbaf2375
4 changed files with 171 additions and 0 deletions
21
PCbuild/python.build
Normal file
21
PCbuild/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