summaryrefslogtreecommitdiffstats
path: root/PCbuild9/python.build
blob: 0f155135049ea761dc7debeabd6ffe15c71a7f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>