source: main/trunk/release-kits/kits/rk3/build.xml@ 21389

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

a new os-non-specific greenstone3 release kit, to replace lirk3, wirk3 and mark3

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