Staging
v0.8.1
Revision ef4364f3b8d45c713ca4aecf9329587ee0ed1bda authored by Neal Norwitz on 05 April 2007, 05:06:49 UTC, committed by Neal Norwitz on 05 April 2007, 05:06:49 UTC
1 parent 9515c96
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