summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.opengl
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2004-10-01 14:14:03 +0000
committerGrant Gayed <ggayed>2004-10-01 14:14:03 +0000
commitbad62d492a5b25d01a4aff62123161f824ff9e54 (patch)
tree31552b2733bda1050dcf61ac79594bd04b557c32 /bundles/org.eclipse.swt.opengl
parent34a35a99eefa91d85ab1075ac9becad7c1812319 (diff)
downloadeclipse.platform.swt-bad62d492a5b25d01a4aff62123161f824ff9e54.tar.gz
eclipse.platform.swt-bad62d492a5b25d01a4aff62123161f824ff9e54.tar.xz
eclipse.platform.swt-bad62d492a5b25d01a4aff62123161f824ff9e54.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.opengl')
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak2
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak2
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak2
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak2
4 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak
index 6928cabd4e..77ade16f10 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_aix.mak
@@ -17,7 +17,7 @@ JAVA_HOME = /usr/java131
SWT_PREFIX = swt
WS_PREFIX = motif
SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX).so
-SWT_OBJ = gl.o glu.o structs.o glx.o
+SWT_OBJ = swt.o gl.o glu.o structs.o glx.o
SWT_LIB = -G -bnoentry -lc_r -lC_r -lm -bexpall -lMrm -lX11 -lXext -liconv -lGL -lGLU
#
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak
index 16648de5f0..ac2938b8c8 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_hpux.mak
@@ -16,7 +16,7 @@ JAVA_HOME = /opt/java1.3
SWT_PREFIX = gl
WS_PREFIX = motif
SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX).sl
-SWT_OBJ = gl.o glu.o structs.o glx.o
+SWT_OBJ = swt.o gl.o glu.o structs.o glx.o
SWT_LIB = -L/usr/lib -L/opt/graphics/OpenGL/lib -G -lGL -lGLU -lc -ldld -lm
#
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
index 755895fe3d..e601f76860 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
@@ -17,7 +17,7 @@ JAVA_HOME = /bluebird/teamswt/swt-builddir/ive/bin
SWT_PREFIX = gl
WS_PREFIX = motif
SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX).so
-SWT_OBJ = gl.o glu.o structs.o glx.o
+SWT_OBJ = swt.o gl.o glu.o structs.o glx.o
SWT_LIB = -shared -L/usr/X11R6/lib -lGL -lGLU -lm
#
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak
index 1b08b07f47..5c647d527a 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_solaris.mak
@@ -16,7 +16,7 @@ JAVA_HOME = /bluebird/teamswt/swt-builddir/ive/bin
SWT_PREFIX = gl
WS_PREFIX = motif
SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX).so
-SWT_OBJ = gl.o glu.o structs.o glx.o
+SWT_OBJ = swt.o gl.o glu.o structs.o glx.o
SWT_LIB = -G -L/usr/lib -lm -lGL -lGLU
#