summaryrefslogtreecommitdiff
path: root/vcl/util/makefile.mk
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-10-24 15:45:07 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-10-24 15:45:07 +0000
commit286a68b9db72370fb46d15949c09d509f524d0ef (patch)
treef0db98ba083212235d05a0197a8ab30559dd6f01 /vcl/util/makefile.mk
parent5702083337f4323f38f99a162069b29e00d443c0 (diff)
#92403# remove Xt from office
Diffstat (limited to 'vcl/util/makefile.mk')
-rw-r--r--vcl/util/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk
index 8dac530cac1a..f2a4555d9a34 100644
--- a/vcl/util/makefile.mk
+++ b/vcl/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.32 $
+# $Revision: 1.33 $
#
-# last change: $Author: pl $ $Date: 2001-10-19 13:19:21 $
+# last change: $Author: pl $ $Date: 2001-10-24 16:41:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -267,9 +267,9 @@ LINKFLAGSSHL += /ENTRY:LibMain@12
.IF "$(OS)"=="SOLARIS"
.IF "$(USE_XPRINT)" == "TRUE"
-SHL1STDLIBS += -lXp -lXm -lXt -Xext -lSM -lICE -lX11
+SHL1STDLIBS += -lXp Xext -lSM -lICE -lX11
.ELSE
-SHL1STDLIBS += -lXm -lXt -lXext -lSM -lICE -lX11
+SHL1STDLIBS += -lXext -lSM -lICE -lX11
.ENDIF # "$(USE_XPRINT)" == "TRUE"
# MacOSX
@@ -281,9 +281,9 @@ SHL1STDLIBS += -framework Cocoa
.ELSE # "$(OS)"=="MACOSX"
.IF "$(USE_XPRINT)" == "TRUE"
-SHL1STDLIBS += -lXp -lXaw -lXt lXext -lSM -lICE -lX11
+SHL1STDLIBS += -lXp -lXext -lSM -lICE -lX11
.ELSE
-SHL1STDLIBS += -lXaw -lXt -lXext -lSM -lICE -lX11
+SHL1STDLIBS += -lXext -lSM -lICE -lX11
.ENDIF # "$(USE_XPRINT)" == "TRUE"
.ENDIF # "$(OS)"=="MACOSX"
.ENDIF # "$(OS)"=="SOLARIS"