summaryrefslogtreecommitdiff
path: root/xmloff/util
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
commitcf5d7dbae39a1257209c8790e68c18106680e48a (patch)
treeea98c2c8bd91ca82390e4d360067e2c4f777fe4c /xmloff/util
parenta56e2fbe7b76c778e95c005a480fbec526a2aa79 (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')
-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 6338d263955b..60e96d257cfd 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 ---------------------------------------------------------