summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh
blob: bfc5582b1349c1cf7c32ffe21bf93d7d9a2b5525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh	Fri Apr  1 13:55:27 2005
+++ ../files/plugins-swt-motif-build.sh	Sun Apr  3 16:38:13 2005
@@ -57,6 +57,18 @@
 			echo "Building Linux motif x86 version of SWT"
 		esac
 		;;
+	"FreeBSD")
+		case $MODEL in
+		i?86) 
+			OUTPUT_DIR=../../../org.eclipse.swt.motif/os/freebsd/x86
+			makefile="make_freebsd.mak"
+			echo "Building FreeBSD motif x86 version of SWT"
+			;;
+		*)
+			echo "*** Unknown MODEL <${MODEL}>"
+			;;	
+		esac
+		;;
 	"SunOS")
 		case $MODEL in
 		*)