summaryrefslogtreecommitdiff
path: root/embeddedobj/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 18:59:13 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 18:59:13 +0000
commit8e45fe53ac237b8dbe0c813b03fadacbc2b8bc5a (patch)
tree6ed3ca0a576339fb4b2cd2e208dad220734e4fa4 /embeddedobj/util
parent0f9a4c36f4488e6b6bc65678d09dc5c43cdb422e (diff)
INTEGRATION: CWS mav09 (1.5.2); FILE MERGED
2004/08/02 13:39:33 mav 1.5.2.4: #i27773# UI activation related stuff 2004/06/18 14:19:33 mba 1.5.2.3: #i27773#: special objects implementation 2004/06/10 16:19:52 mav 1.5.2.2: #i27773# use configuration for conversion purposes 2004/01/23 15:39:35 mav 1.5.2.1: #115011# XInplaceObject implementation
Diffstat (limited to 'embeddedobj/util')
-rw-r--r--embeddedobj/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/embeddedobj/util/makefile.mk b/embeddedobj/util/makefile.mk
index ae11feb6ebe1..c2dc6691ca07 100644
--- a/embeddedobj/util/makefile.mk
+++ b/embeddedobj/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: mav $ $Date: 2003-12-01 08:41:14 $
+# last change: $Author: kz $ $Date: 2004-10-04 19:59:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,20 +78,24 @@ SHL1TARGET= $(TARGET)
SHL1IMPLIB= i$(TARGET)
SHL1OBJS= \
$(SLO)$/miscobj.obj\
+ $(SLO)$/specialobject.obj\
$(SLO)$/persistence.obj\
$(SLO)$/embedobj.obj\
+ $(SLO)$/inplaceobj.obj\
$(SLO)$/visobj.obj\
$(SLO)$/xcreator.obj\
$(SLO)$/xfactory.obj\
$(SLO)$/register.obj\
$(SLO)$/convert.obj\
$(SLO)$/docholder.obj\
+ $(SLO)$/confighelper.obj\
$(SLO)$/closepreventer.obj\
$(SLO)$/intercept.obj
SHL1STDLIBS=\
$(SALLIB)\
$(CPPULIB)\
+ $(COMPHELPERLIB)\
$(CPPUHELPERLIB)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def