Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2004-11-19 20:46:55 +0000
committerGrant Gayed2004-11-19 20:46:55 +0000
commit5335790af86261a6c2e2329610bcf0bbd3904619 (patch)
tree68afa335eb743a899041e7597984165374dc66c6 /bundles/org.eclipse.swt.opengl
parent1692fbe72737d57ce7a28edd69b8de45d624b6dc (diff)
downloadeclipse.platform.swt-5335790af86261a6c2e2329610bcf0bbd3904619.tar.gz
eclipse.platform.swt-5335790af86261a6c2e2329610bcf0bbd3904619.tar.xz
eclipse.platform.swt-5335790af86261a6c2e2329610bcf0bbd3904619.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.opengl')
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/build.sh1
-rw-r--r--bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak1
2 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/build.sh b/bundles/org.eclipse.swt.opengl/gtk/library/build.sh
index 16778e7b7d..986b795340 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/build.sh
@@ -16,7 +16,6 @@ fi
case $OS in
"Linux")
- JAVA_HOME = /bluebird/teamswt/swt-builddir/ive/bin
makefile="make_linux.mak"
echo "Building Linux GTK version of SWT OpenGL"
;;
diff --git a/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak b/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak
index 8bdc7268a1..e7ce317d5d 100644
--- a/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak
+++ b/bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak
@@ -12,6 +12,7 @@
# Define the installation directories for various products.
CC=gcc
LD=gcc
+JAVA_HOME = /bluebird/teamswt/swt-builddir/ive/bin
# Define the various shared libraries to be made.
WS_PREFIX = gtk

Back to the top