summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2003-10-16 18:26:45 +0000
committerGrant Gayed <ggayed>2003-10-16 18:26:45 +0000
commitaae8e21e3c379b8af28005dfae74ab7b7e0573c8 (patch)
treeb61cd10837dd3b43b6a8bed05077a878a441722a
parent8e0e6fc8373a0e9799ffdd4f8fabd465c2b74add (diff)
downloadeclipse.platform.swt-aae8e21e3c379b8af28005dfae74ab7b7e0573c8.tar.gz
eclipse.platform.swt-aae8e21e3c379b8af28005dfae74ab7b7e0573c8.tar.xz
eclipse.platform.swt-aae8e21e3c379b8af28005dfae74ab7b7e0573c8.zip
43811
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak
index 547c033f6d..39f9e8cc9a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_solaris.mak
@@ -31,7 +31,7 @@ SWT_PREFIX = swt
WS_PREFIX = motif
SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
SWT_OBJ = callback.o structs.o swt.o
-SWT_LIB = -L$(MOTIF_HOME)/lib -L/usr/lib \
+SWT_LIB = -L$(MOTIF_HOME)/lib -L/usr/lib -R/usr/openwin/lib \
-G -lXm -lXt -lX11 -lm -lXp
CDE_PREFIX = swt-cde