summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-07-24 19:41:44 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-07-24 19:41:44 +0000
commit7f444b8556ec06a5b1b9ba549f4b7faabf92a14f (patch)
tree3968474d8e3a6d5aadfadd6865c496cf5facedeb
parent76a1218dd48da07ad248a40b9d1716162651e3d2 (diff)
#90187# added Chained/MasterPropertSets
-rw-r--r--comphelper/source/property/makefile.mk14
1 files changed, 10 insertions, 4 deletions
diff --git a/comphelper/source/property/makefile.mk b/comphelper/source/property/makefile.mk
index 3d6540b40ad7..1fdd32ab5da8 100644
--- a/comphelper/source/property/makefile.mk
+++ b/comphelper/source/property/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: cl $ $Date: 2001-03-20 19:53:24 $
+# last change: $Author: mtg $ $Date: 2001-07-24 20:41:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,7 +73,13 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files -------------------------------------
-SLOFILES= $(SLO)$/genericpropertyset.obj\
+SLOFILES= \
+ $(SLO)$/MasterPropertySetInfo.obj \
+ $(SLO)$/MasterPropertySet.obj \
+ $(SLO)$/ChainablePropertySetInfo.obj \
+ $(SLO)$/ChainablePropertySet.obj \
+ $(SLO)$/TypeGeneration.obj \
+ $(SLO)$/genericpropertyset.obj\
$(SLO)$/propertysethelper.obj \
$(SLO)$/propertysetinfo.obj \
$(SLO)$/composedprops.obj \
@@ -81,7 +87,7 @@ SLOFILES= $(SLO)$/genericpropertyset.obj\
$(SLO)$/property.obj \
$(SLO)$/propmultiplex.obj \
$(SLO)$/propstate.obj \
- $(SLO)$/propertycontainer.obj \
+ $(SLO)$/propertycontainer.obj
# --- Targets ----------------------------------