source: release-kits/wirk3/ant-scripts/compile.xml@ 20112

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

more generalisation, and wrok on mark3

File size: 456 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="wirk3-compile" default="compile">
3 <target name="compile" depends="greenstone3-compile">
4 <antcall target="insert-windows-perl"><param name="todir" value="compiled/gs2build/bin/windows"/></antcall>
5 <antcall target="insert-icon"/>
6 </target>
7 <target name="insert-icon">
8 <copy
9 file="${wirk3.home}/greenstone3/icon/icon.ico"
10 tofile="compiled/resources/images/gs3.ico"/>
11 </target>
12</project>
Note: See TracBrowser for help on using the repository browser.