Staging
v0.8.1
Revision a8ed1b01a17fac91487e3ad6c66abae9347129fd authored by Andrew M. Kuchling on 05 September 2006, 13:11:33 UTC, committed by Andrew M. Kuchling on 05 September 2006, 13:11:33 UTC
1 parent 08f6f47
Raw File
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