summaryrefslogtreecommitdiff
path: root/xmloff/util
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-10-30 08:08:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-10-30 08:08:39 +0000
commitdfad43e6a4eb51e5664386c6941410a764ca22d3 (patch)
treead67d25ef56aff1215334a9c89aa3731c64d1009 /xmloff/util
parentedb1e00291fd8f814179d8afa4aa6f17b2d8010c (diff)
INTEGRATION: CWS ause060 (1.22.74); FILE MERGED
2006/09/29 17:24:57 hjs 1.22.74.1: #i69951# remove CONV_STAR_FONTS
Diffstat (limited to 'xmloff/util')
-rw-r--r--xmloff/util/makefile.mk23
1 files changed, 3 insertions, 20 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk
index c983597f80c8..7c6485906da1 100644
--- a/xmloff/util/makefile.mk
+++ b/xmloff/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: vg $ $Date: 2006-04-07 14:59:40 $
+# last change: $Author: rt $ $Date: 2006-10-30 09:08:39 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -45,7 +45,6 @@ USE_DEFFILE=TRUE
.INCLUDE: $(PRJ)$/util$/makefile.pmk
# --- Allgemein ----------------------------------------------------
-NO_BSYMBOLIC=TRUE
ENABLE_EXCEPTIONS=TRUE
LIB1TARGET= $(SLB)$/xo.lib
@@ -113,23 +112,7 @@ SHL5STDLIBS= \
.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
SHL5STDLIBS += -lxo$(OFFICEUPD)$(DLLPOSTFIX)
.ELSE
- SHL5STDLIBS += $(LIBPRE) ixo.lib
-.ENDIF
-
-# --- Static-Lib ---------------------------------------------------------
-
-.IF "$(SVXLIGHT)" != ""
-LIB2TARGET= $(LB)$/xol.lib
-LIB2ARCHIV= $(LB)$/libxol.a
-LIB2FILES= \
- $(LB)$/sxl_core.lib\
- $(LB)$/sxl_meta.lib\
- $(LB)$/sxl_draw.lib\
- $(LB)$/sxl_forms.lib\
- $(LB)$/sxl_script.lib\
- $(LB)$/sxl_style.lib\
- $(LB)$/sxl_text.lib \
- $(LB)$/sxl_transform.lib
+ SHL5STDLIBS += ixo.lib
.ENDIF
# --- Def-File ---------------------------------------------------------