summaryrefslogtreecommitdiff
path: root/xmloff/util/makefile.mk
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-07-24 16:06:10 +0000
committerThorsten Behrens <thb@openoffice.org>2001-07-24 16:06:10 +0000
commitedff157aff0cfd44686c1e8021ca3c8361602215 (patch)
tree4acfebcf3b74e3d1529a49e0347e18d01ec27a67 /xmloff/util/makefile.mk
parent7f30c4001025946f4855d78efd3933de7b4067a2 (diff)
#87913# Now building a static xmloff lib, which is linked only against the player. Stuff not needed for player is disabled with SVX_LIGHT define
Diffstat (limited to 'xmloff/util/makefile.mk')
-rw-r--r--xmloff/util/makefile.mk19
1 files changed, 17 insertions, 2 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk
index 6c36719176..4969c0ede2 100644
--- a/xmloff/util/makefile.mk
+++ b/xmloff/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: mib $ $Date: 2001-06-20 05:03:53 $
+# last change: $Author: thb $ $Date: 2001-07-24 17:06:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -120,6 +120,21 @@ SHL1STDLIBS+=-licg617mxp
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
SHL1LIBS= $(LIB1TARGET)
+# --- Static-Lib ---------------------------------------------------------
+
+.IF "$(SVXLIGHT)" != ""
+LIB2TARGET= $(LB)$/xol.lib
+LIB2ARCHIV= $(LB)$/libxol.a
+LIB2FILES= \
+ $(LB)$/sxl_core.lib\
+ $(LB)$/sxl_draw.lib\
+ $(LB)$/sxl_forms.lib\
+ $(LB)$/sxl_meta.lib\
+ $(LB)$/sxl_script.lib\
+ $(LB)$/sxl_style.lib\
+ $(LB)$/sxl_text.lib
+.ENDIF
+
# --- Def-File ---------------------------------------------------------
DEF1NAME =$(SHL1TARGET)