mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 05:57:04 +00:00
17 lines
304 B
XML
17 lines
304 B
XML
<project>
|
|
|
|
<!-- Steam -->
|
|
|
|
<macrodef name = "steam">
|
|
|
|
<element name = "arguments" optional = "true" />
|
|
|
|
<sequential>
|
|
<exec executable = "steam">
|
|
<arguments/>
|
|
</exec>
|
|
</sequential>
|
|
|
|
</macrodef>
|
|
|
|
</project> |