From 5335790af86261a6c2e2329610bcf0bbd3904619 Mon Sep 17 00:00:00 2001 From: Grant Gayed Date: Fri, 19 Nov 2004 20:46:55 +0000 Subject: *** empty log message *** --- bundles/org.eclipse.swt.opengl/gtk/library/build.sh | 1 - bundles/org.eclipse.swt.opengl/gtk/library/make_linux.mak | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'bundles/org.eclipse.swt.opengl') 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 -- cgit