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

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

fixed version number typo

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