source: release-kits/wirk2/build.xml@ 19469

Last change on this file since 19469 was 19469, checked in by oranfry, 15 years ago

oops rk.home isn't available to this script

File size: 346 bytes
RevLine 
[19419]1<project name="wirk3-compile" default="compile">
2
3 <target name="compile">
4 <ant dir="core"/>
[19468]5 <mkdir dir="bin"/>
6 <exec executable="cl" dir="bin">
7 <arg value="-GX"/>
8 <arg value="/DXXX=2"/>
[19469]9 <arg value="..\windows\wirk.cpp"/>
[19468]10 <arg value="-o"/><arg value="wirk2.exe"/>
11 </exec>
12 <delete file="bin/wirk.obj"/>
[19419]13 </target>
14
15</project>
Note: See TracBrowser for help on using the repository browser.