update pulse file

This commit is contained in:
Fish 2007-12-05 08:03:09 +00:00
parent f99fff446a
commit c67fdc9bfc

View file

@ -22,7 +22,7 @@
<make name="build" targets="distcheck"> <make name="build" targets="distcheck">
<process processor="${checkbuild.pp}"/> <process processor="${checkbuild.pp}"/>
</make> </make>
<artifact name="SnapShot" file="OPSB-*.tar.gz"/> <artifact name="SnapShot" file="blsb-*.tar.gz"/>
</command> </command>
</recipe> </recipe>
<recipe name="Win32-Build"> <recipe name="Win32-Build">
@ -34,7 +34,7 @@
</post-processor> </post-processor>
<resource name="Win32" required="true" version="1"/> <resource name="Win32" required="true" version="1"/>
<command name="Build-Core"> <command name="Build-Core">
<executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="OPSB.sln /p:Configuration=Release"> <executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="blsb.sln /p:Configuration=Release">
<environment name="VCBUILD_DEFAULT_OPTIONS" value="/u"/> <environment name="VCBUILD_DEFAULT_OPTIONS" value="/u"/>
<process processor="${checkbuild.pp}"/> <process processor="${checkbuild.pp}"/>
</executable> </executable>
@ -49,14 +49,14 @@
</post-processor> </post-processor>
<resource name="Win32" required="true" version="1"/> <resource name="Win32" required="true" version="1"/>
<command name="Build-Core"> <command name="Build-Core">
<executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="OPSB.sln /p:Configuration=Release"> <executable name="MSBuild core" exe="${MSBuildPath}\MSBuild.exe" args="blsb.sln /p:Configuration=Release">
<environment name="VCBUILD_DEFAULT_OPTIONS" value="/u"/> <environment name="VCBUILD_DEFAULT_OPTIONS" value="/u"/>
<process processor="${checkbuild.pp}"/> <process processor="${checkbuild.pp}"/>
</executable> </executable>
</command> </command>
<command name="MakeDist"> <command name="MakeDist">
<executable name="MakeSnap" exe="${base.dir}\\tools\\buildwin32snap.bat" args="${build.revision}"/> <executable name="MakeSnap" exe="${base.dir}\\tools\\buildwin32snap.bat" args="${build.revision}"/>
<artifact name="OPSB Setup File" file="${base.dir}\\tools\\OPSB-Setup-*.exe"/> <artifact name="blsb Setup File" file="${base.dir}\\tools\\blsb-Setup-*.exe"/>
</command> </command>
</recipe> </recipe>
</project> </project>