Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 073ff240e79d90766c6cc36b520fc58f742f0cf3 authored by Martin v. Löwis on 13 December 2008, 15:42:40 UTC
Prepare for 2.5.3c1.
Tip revision: 073ff24
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