summaryrefslogtreecommitdiff
path: root/xmloff/util/makefile.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-13 08:02:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-13 08:02:10 +0000
commite45dcfed161115229e33b95baab5fddb38fa6109 (patch)
treeba0ec27780cd01b9efcb965d629ab179a08103cc /xmloff/util/makefile.mk
parent0d3606daa35b976ec46f68b05376602595ad3b05 (diff)
INTEGRATION: CWS oasis (1.16.252); FILE MERGED
2004/05/26 07:37:54 mib 1.16.252.2: #i20153#: transform 2004/04/23 14:20:51 mib 1.16.252.1: - added draw/impress/calc/chart OOo import components (#i20153#) - turned draw/impress/chart import/export components into OASIS components (#i20153#)
Diffstat (limited to 'xmloff/util/makefile.mk')
-rw-r--r--xmloff/util/makefile.mk13
1 files changed, 8 insertions, 5 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk
index 6338d26395..60e96d257c 100644
--- a/xmloff/util/makefile.mk
+++ b/xmloff/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: hr $ $Date: 2002-08-15 14:43:06 $
+# last change: $Author: rt $ $Date: 2004-07-13 09:02:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,7 +82,8 @@ LIB1FILES= \
$(SLB)$/text.lib \
$(SLB)$/draw.lib \
$(SLB)$/chart.lib \
- $(SLB)$/forms.lib
+ $(SLB)$/forms.lib \
+ $(SLB)$/transform.lib
# --- Shared-Library -----------------------------------------------
@@ -110,7 +111,8 @@ SHL1STDLIBS= \
$(SALLIB) \
$(UNOTOOLSLIB) \
$(ONELIB) \
- $(GOODIESLIB)
+ $(GOODIESLIB) \
+ $(SALHELPERLIB)
# SCO: the linker does know about weak symbols, but we can't ignore multiple defined symbols
.IF "(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC"
@@ -132,7 +134,8 @@ LIB2FILES= \
$(LB)$/sxl_forms.lib\
$(LB)$/sxl_script.lib\
$(LB)$/sxl_style.lib\
- $(LB)$/sxl_text.lib
+ $(LB)$/sxl_text.lib \
+ $(LB)$/sxl_transform.lib
.ENDIF
# --- Def-File ---------------------------------------------------------