summaryrefslogtreecommitdiff
path: root/sw/util/makefile.mk
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-11-02 11:33:43 +0000
committerjp <jp@openoffice.org>2001-11-02 11:33:43 +0000
commita5e6e56a6c5e7755357b0937fd0bd7ebde967745 (patch)
treea8aaceae722e59356cce9737163c06c64dafd2dc /sw/util/makefile.mk
parent6974ce083e4993c863845ba0217d4b189fadb6e3 (diff)
Bug #94218#: remove usage of SC/SD library
Diffstat (limited to 'sw/util/makefile.mk')
-rw-r--r--sw/util/makefile.mk16
1 files changed, 2 insertions, 14 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk
index fa9662be5579..911496b728ce 100644
--- a/sw/util/makefile.mk
+++ b/sw/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: rt $ $Date: 2001-10-02 13:01:03 $
+# last change: $Author: jp $ $Date: 2001-11-02 12:33:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -197,8 +197,6 @@ SHL2STDLIBS= \
$(UNOTOOLSLIB) \
$(VOSLIB) \
$(TKLIB) \
- $(SDLIB) \
- $(SCLIB) \
$(UCBHELPERLIB) \
$(XMLOFFLIB) \
$(COMPHELPERLIB)
@@ -239,16 +237,6 @@ SHL2OBJS= \
$(OUT)$/slo$/swdll.obj
# $(SLO)$/.obj ^ \ nicht vergessen!
-.IF "$(OS)"!="LINUX"
-.IF "$(OS)"!="FREEBSD"
-.IF "$(OS)"!="NETBSD"
-SHL2OBJS+= \
- $(SLO)$/atrfrm.obj \
- $(SLO)$/fmtatr2.obj
-.ENDIF
-.ENDIF
-.ENDIF
-
.IF "$(OS)$(CPU)"=="SOLARISS"
SHL2OBJS += $(SOLARLIBDIR)$/autorec.o
.ENDIF