summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.opengl
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2004-10-01 17:59:17 +0000
committerGrant Gayed <ggayed>2004-10-01 17:59:17 +0000
commit39117907086e877855db133ef602e7d8b9aa95ce (patch)
tree0d44e917ac201fa0a54abe95f638ec116ab4ee0a /bundles/org.eclipse.swt.opengl
parentc6d2d6da9f5c30adcba72fd61601337843fbf2fb (diff)
downloadeclipse.platform.swt-39117907086e877855db133ef602e7d8b9aa95ce.tar.gz
eclipse.platform.swt-39117907086e877855db133ef602e7d8b9aa95ce.tar.xz
eclipse.platform.swt-39117907086e877855db133ef602e7d8b9aa95ce.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.opengl')
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/build.sh b/bundles/org.eclipse.swt.opengl/motif/library/build.sh
index 994b199aac..5b70d33a9e 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/build.sh
+++ b/bundles/org.eclipse.swt.opengl/motif/library/build.sh
@@ -38,7 +38,9 @@ case $OS in
"SunOS")
JAVA_HOME=/usr/java
MOTIF_HOME=/usr/dt
- CDE_HOME=/usr/dt
+ CDE_HOME=/usr/dt
+ PATH=/opt/SUNWspro/bin:$PATH
+ export PATH
makefile="make_solaris.mak"
echo "Building Solaris version of SWT"
;;