summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/util/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk
index 5b7a7c693291..f5ae53ace6f6 100644
--- a/xmloff/util/makefile.mk
+++ b/xmloff/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: ihi $ $Date: 2007-07-11 13:04:17 $
+# last change: $Author: hr $ $Date: 2007-11-02 12:40:54 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,9 +63,11 @@ LIB1FILES= \
.IF "$(GUI)"!="UNX"
LIB4TARGET= $(LB)$/ixo.lib
LIB4FILES= $(LB)$/_ixo.lib
+.IF "$(GUI)"!="OS2"
LIB4OBJFILES=\
$(OBJ)$/xmlkywd.obj
.ENDIF
+.ENDIF
SHL1TARGET= xo$(UPD)$(DLLPOSTFIX)
SHL1IMPLIB= _ixo
@@ -88,7 +90,7 @@ SHL1STDLIBS= \
$(SALHELPERLIB)
# SCO: the linker does know about weak symbols, but we can't ignore multiple defined symbols
-.IF "(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC"
+.IF "(OS)"=="SCO"
SHL1STDLIBS+=-licg617mxp
.ENDIF