Staging
v0.5.1
https://github.com/python/cpython
Revision 9291332de137141057591386b4ba449ae3a5ed48 authored by Andrew MacIntyre on 13 June 2006, 15:04:24 UTC, committed by Andrew MacIntyre on 13 June 2006, 15:04:24 UTC
Heavily revised, comprising revisions:
46640 - original trunk revision (backed out in r46655)
46647 - markup fix (backed out in r46655)
46692:46918 merged from branch aimacintyre-sf1454481

branch tested on buildbots (Windows buildbots had problems
not related to these changes).
1 parent c6f5b3a
Raw File
Tip revision: 9291332de137141057591386b4ba449ae3a5ed48 authored by Andrew MacIntyre on 13 June 2006, 15:04:24 UTC
Patch #1454481: Make thread stack size runtime tunable.
Tip revision: 9291332
python.build
<?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>
back to top