Staging
v0.5.1
https://github.com/python/cpython
Revision b8d2607692c631ce411406c23057f6a9033cd265 authored by George Yoshida on 17 June 2006, 16:31:52 UTC, committed by George Yoshida on 17 June 2006, 16:31:52 UTC
1 parent 92733be
Raw File
Tip revision: b8d2607692c631ce411406c23057f6a9033cd265 authored by George Yoshida on 17 June 2006, 16:31:52 UTC
markup fix
Tip revision: b8d2607
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