aboutsummaryrefslogtreecommitdiffstats
path: root/make
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
parenta487b6492d75f8c679e8020f22c33ee03ab4eb7b (diff)
Enable FreeBSD x86_64 builds (and add swt.jar)
Diffstat (limited to 'make')
-rw-r--r--make/build-common.xml3
-rw-r--r--make/lib/swt/gtk-freebsd-x86_64/swt.jarbin0 -> 2247543 bytes
2 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>
diff --git a/make/lib/swt/gtk-freebsd-x86_64/swt.jar b/make/lib/swt/gtk-freebsd-x86_64/swt.jar
new file mode 100644
index 000000000..fb683c9a2
--- /dev/null
+++ b/make/lib/swt/gtk-freebsd-x86_64/swt.jar
Binary files differ