diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-09-18 18:14:53 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-09-18 18:14:53 +0000 |
commit | 172d82a1faab9b2f13a77489dbbcfc6cd0d180ce (patch) | |
tree | 5a583163abe6bcc966b1d3fc49a6d9aa165471f5 /configmgr | |
parent | 20c22b99129a4bcefbca6976f9c6329bb7ac7a72 (diff) |
#91972# new lookup context for filehandling
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/xml/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configmgr/source/xml/makefile.mk b/configmgr/source/xml/makefile.mk index af4ff0e30963..1ad9d64c8cfa 100644 --- a/configmgr/source/xml/makefile.mk +++ b/configmgr/source/xml/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: lla $ $Date: 2001-05-31 14:10:42 $ +# last change: $Author: dg $ $Date: 2001-09-18 19:14:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,6 +75,7 @@ ENABLE_EXCEPTIONS=TRUE SLOFILES=\ + $(SLO)$/lookupcontext.obj \ $(SLO)$/attributeparser.obj \ $(SLO)$/valuenodebuilder.obj \ $(SLO)$/localizednodebuilder.obj \ @@ -89,7 +90,6 @@ SLOFILES=\ $(SLO)$/localsession.obj \ $(SLO)$/saxadapter.obj \ $(SLO)$/updatehandler.obj \ - $(SLO)$/updatetree.obj \ $(SLO)$/namehelper.obj \ $(SLO)$/binarywritehandler.obj \ $(SLO)$/writesubtreeasbinaryhandler.obj \ @@ -97,7 +97,6 @@ SLOFILES=\ $(SLO)$/binaryreader.obj \ $(SLO)$/simpletypehelper.obj \ $(SLO)$/binarydecide.obj \ - $(SLO)$/pathhelper.obj \ $(SLO)$/binarybasereader.obj \ $(SLO)$/generatecache.obj \ |