Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2004-08-19 18:05:10 +0000
committerSilenio Quarti2004-08-19 18:05:10 +0000
commit371596a1f74d8080810c2c693865d5475f0b79a1 (patch)
tree097402356dbbdfa077cf51b72ec193813009c900 /bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/build.sh
parente1ce759c9febab4f196aee94d6869c502582bfec (diff)
downloadeclipse.platform.swt-371596a1f74d8080810c2c693865d5475f0b79a1.tar.gz
eclipse.platform.swt-371596a1f74d8080810c2c693865d5475f0b79a1.tar.xz
eclipse.platform.swt-371596a1f74d8080810c2c693865d5475f0b79a1.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/build.sh')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/build.sh
index 358e3a63d6..e4e4e5de9a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/build.sh
@@ -10,4 +10,6 @@
# IBM Corporation - initial API and implementation
#*******************************************************************************
+cd `dirname $0`
+
make -f make_macosx.mak $1 $2 $3 $4 $5 $6 $7 $8 $9

Back to the top