summaryrefslogtreecommitdiff
path: root/configmgr/util
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2001-09-05 09:34:46 +0000
committerDirk Grobler <dg@openoffice.org>2001-09-05 09:34:46 +0000
commita158dd5824906e52a02e827883d0fd7687cce7fd (patch)
treee0ca3921a1026c620a626193eab2d0c2bd4f4f7b /configmgr/util
parentca265481be333280dfd8761a420923317e6560a6 (diff)
#91801# SVX_LIGHT define to reduce size for player application
Diffstat (limited to 'configmgr/util')
-rw-r--r--configmgr/util/makefile.mk43
1 files changed, 41 insertions, 2 deletions
diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk
index b70117df192f..3afe4fd60270 100644
--- a/configmgr/util/makefile.mk
+++ b/configmgr/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: jb $ $Date: 2001-08-06 16:05:34 $
+# last change: $Author: dg $ $Date: 2001-09-05 10:34:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -108,6 +108,45 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
+# --- Library -----------------------------------
+.IF "$(SVXLIGHT)" != ""
+
+SHL2TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR)l
+.IF "$(OS)"=="MACOSX"
+#SHL2VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map
+.ELSE
+SHL2VERSIONMAP= $(TARGET).map
+.ENDIF
+SHL2OBJS=$(SLOFILES)
+SHL2STDLIBS=\
+ $(COMPHELPERLIB) \
+ $(CPPULIB) \
+ $(CPPUHELPERLIB) \
+ $(VOSLIB) \
+ $(OSLLIB) \
+ $(SALLIB) \
+ $(UNOTOOLSLIB) \
+ $(CPPRTLLIB)
+
+SHL2DEPN=
+SHL2IMPLIB= i$(SHL2TARGET)
+SHL2LIBS= $(SLB)$/registry.lib \
+ $(SLB)$/treecache.lib \
+ $(SLB)$/sxl_session.lib \
+ $(SLB)$/misc.lib \
+ $(SLB)$/xml.lib \
+ $(SLB)$/treemgr.lib \
+ $(SLB)$/sxl_api2.lib \
+ $(SLB)$/api.lib \
+ $(SLB)$/cm.lib
+
+SHL2DEF= $(MISC)$/$(SHL2TARGET).def
+
+DEF2NAME= $(SHL2TARGET)
+DEF2EXPORTFILE= exports.dxp
+
+.ENDIF
+
# --- Targets ----------------------------------
.INCLUDE : target.mk