source: main/trunk/release-kits/kits/rk2/ant-scripts/create-components.xml@ 23583

Last change on this file since 23583 was 23583, checked in by sjm84, 13 years ago

Several 64-bit additions and a few fixes for using the minimal gnome-lib

File size: 800 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="rk2-create-components">
3
4 <target name="create-components" depends="init,gs2-init">
5
6 <!-- imagemagick -->
7 <antcall target="create-component"><param name="component" value="imagemagick${extension-x64}"/></antcall>
8
9 <!-- apache httpd -->
10 <antcall target="create-component"><param name="component" value="apachehttpd"/></antcall>
11
12 <!-- windows and mac only -->
13 <if><bool><or><equals arg1="${rk.os}" arg2="windows"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
14 <!-- ghostscript -->
15 <antcall target="create-component"><param name="component" value="ghostscript"/></antcall>
16 </if>
17
18 <!-- core -->
19 <antcall target="create-component"><param name="component" value="core${extension-x64}"/></antcall>
20
21 </target>
22
23</project>
Note: See TracBrowser for help on using the repository browser.