mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
The new directory needs some more love and care but it works. I'm not able to test the AMD64 build. The new tree is heavily using the *.vcprops property sheets. Please set any global settings in the property sheets.
17 lines
474 B
XML
17 lines
474 B
XML
<?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="_bsddb.vcproj" />
|
|
</excludeprojects>
|
|
</solution>
|
|
</target>
|
|
</project>
|