Staging
v0.8.1
https://github.com/python/cpython
Revision a7090dfc2c97a788a8c8c63975ee54c261d03998 authored by Andrew MacIntyre on 13 June 2006, 17:14:36 UTC, committed by Andrew MacIntyre on 13 June 2006, 17:14:36 UTC
1 parent 573bd19
Raw File
Tip revision: a7090dfc2c97a788a8c8c63975ee54c261d03998 authored by Andrew MacIntyre on 13 June 2006, 17:14:36 UTC
fix exception usage
Tip revision: a7090df
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