source: release-kits/wirk3/build.xml@ 19594

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

fixed version number typos

File size: 346 bytes
Line 
1<project name="wirk3-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=3"/>
9 <arg value="..\windows\wirk.cpp"/>
10 <arg value="-o"/><arg value="wirk3.exe"/>
11 </exec>
12 <delete file="bin/wirk.obj"/>
13 </target>
14
15</project>
Note: See TracBrowser for help on using the repository browser.