summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-01-22 18:57:47 +0000
committerGrant Gayed <ggayed>2007-01-22 18:57:47 +0000
commitc2f762f544fa4bbbdb79c9372b437cb6eb27d44d (patch)
tree4be654ff3b3e8c0ab82f5be3782a569a82ae7cb1 /bundles/org.eclipse.swt/Eclipse SWT PI/motif/library
parent3759191e09fba6c3d3573e58fce6f7627bdc0ffa (diff)
downloadeclipse.platform.swt-c2f762f544fa4bbbdb79c9372b437cb6eb27d44d.tar.gz
eclipse.platform.swt-c2f762f544fa4bbbdb79c9372b437cb6eb27d44d.tar.xz
eclipse.platform.swt-c2f762f544fa4bbbdb79c9372b437cb6eb27d44d.zip
refactor Browser
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/motif/library')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh
index ff8de006d1..49710c20c1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh
@@ -54,7 +54,7 @@ case $OS in
MOZILLA_SDK=/bluebird/teamswt/swt-builddir/mozilla/1.4/linux_gtk2/mozilla/dist/sdk
MOZILLA_INCLUDES="-include ${MOZILLA_SDK}/mozilla-config.h -I${MOZILLA_SDK}/../include/xpcom -I${MOZILLA_SDK}/../include/nspr -I${MOZILLA_SDK}/../include/embed_base -I${MOZILLA_SDK}/../include/embedstring -I${MOZILLA_SDK}/../include/string"
MOZILLA_LIBS="${MOZILLA_SDK}/../lib/libembedstring.a -L${MOZILLA_SDK}/../bin -L${MOZILLA_SDK}/../lib/ -lxpcom -lnspr4 -lplds4 -lplc4"
- XULRUNNER_SDK=/bluebird/teamswt/swt-builddir/xulrunner/1.8.0.1/linux_gtk2/mozilla/dist/sdk
+ XULRUNNER_SDK=/bluebird/teamswt/swt-builddir/geckoSDK/1.8.0.4/gecko-sdk
XULRUNNER_INCLUDES="-include ${XULRUNNER_SDK}/include/mozilla-config.h -I${XULRUNNER_SDK}/include"
XULRUNNER_LIBS="-L${XULRUNNER_SDK}/lib -lxpcomglue -lnspr4"
fi