aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
diff options
context:
space:
mode:
authorJacob Senglea <[email protected]>2011-06-04 00:57:57 +0000
committerSven Gothel <[email protected]>2011-11-21 07:14:07 +0100
commitbf6504797d4823bc49d0340238dd32cab9f1612e (patch)
treec7125f3c68bbadfc03996b1461baf3739e562dbe /make/build-common.xml
parenta487b6492d75f8c679e8020f22c33ee03ab4eb7b (diff)
Enable FreeBSD x86_64 builds (and add swt.jar)
Diffstat (limited to 'make/build-common.xml')
-rw-r--r--make/build-common.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index 51450a664..cdc4bba1f 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -130,6 +130,9 @@
<condition property="swt.jar" value="${project.root}/make/lib/swt/win32-win32-x86/swt-debug.jar">
<istrue value="${isWindowsX86}" />
</condition>
+ <condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-freebsd-x86_64/swt.jar">
+ <istrue value="${isFreeBSDAMD64}" />
+ </condition>
<condition property="swt.jar" value="${project.root}/make/lib/swt/gtk-linux-x86_64/swt-debug.jar">
<istrue value="${isLinuxAMD64}" />
</condition>