Staging
v0.8.1
Revision e948ea01eb6635d544a2100ceeb18933b6e37753 authored by Barry Warsaw on 01 October 2009, 23:39:49 UTC, committed by Barry Warsaw on 01 October 2009, 23:39:49 UTC
1 parent d8c40c1
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