Staging
v0.8.1
https://github.com/python/cpython
Revision 313f8a903c6ad5fd7adc1167540becca3381dbb3 authored by Neal Norwitz on 30 July 2006, 19:20:42 UTC, committed by Neal Norwitz on 30 July 2006, 19:20:42 UTC
1 parent ec3c5e3
Raw File
Tip revision: 313f8a903c6ad5fd7adc1167540becca3381dbb3 authored by Neal Norwitz on 30 July 2006, 19:20:42 UTC
Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help
Tip revision: 313f8a9
db.build
<?xml version="1.0"?>
<project>
 <target name="all" description="Build all targets.">
   <solution configuration="release">
     <projects>
       <include name="db_static.vcproj" />
     </projects>
   </solution>
 </target>
</project>
back to top