Files
cappuccino/Tools/steam/steam.xml
T
Tom Robinson b1c8265f4c Changed "steam" to "steam build" and added "steam create"
Updated ant scripts to reflect steam changes.
Minor update to objj
2008-10-05 20:00:31 -07:00

18 lines
349 B
XML

<project>
<!-- Steam -->
<macrodef name = "steam-build">
<element name = "arguments" optional = "true" />
<sequential>
<exec executable = "steam">
<arg value = "build"/>
<arguments/>
</exec>
</sequential>
</macrodef>
</project>