summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-07-20 07:11:17 +0000
committerAndreas Schlüns <as@openoffice.org>2001-07-20 07:11:17 +0000
commit98119e10bcfb5347792ee588f3ee08b48d8ac921 (patch)
tree37831a75eec6cc2d1582e0a1f709a06f11cee809 /framework
parent14340c0c9d9c1059385d038fab1a681570f404fb (diff)
#89882# add CreateDispatcher
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/makefile.mk5
-rw-r--r--framework/util/makefile.mk5
2 files changed, 6 insertions, 4 deletions
diff --git a/framework/source/dispatch/makefile.mk b/framework/source/dispatch/makefile.mk
index 3ccd6e5cacc9..243b91070243 100644
--- a/framework/source/dispatch/makefile.mk
+++ b/framework/source/dispatch/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: as $ $Date: 2001-07-02 13:51:41 $
+# last change: $Author: as $ $Date: 2001-07-20 08:10:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,6 +84,7 @@ SLOFILES= $(SLO)$/interceptionhelper.obj \
$(SLO)$/dispatchprovider.obj \
$(SLO)$/basedispatcher.obj \
$(SLO)$/blankdispatcher.obj \
+ $(SLO)$/createdispatcher.obj \
$(SLO)$/selfdispatcher.obj \
$(SLO)$/menudispatcher.obj \
$(SLO)$/helpagentdispatcher.obj \
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk
index 4730f7094500..2c33d2d54a7a 100644
--- a/framework/util/makefile.mk
+++ b/framework/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.42 $
+# $Revision: 1.43 $
#
-# last change: $Author: as $ $Date: 2001-07-02 13:40:19 $
+# last change: $Author: as $ $Date: 2001-07-20 08:11:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -132,6 +132,7 @@ SHL1OBJS= $(SLO)$/registerservices.obj \
$(SLO)$/dispatchprovider.obj \
$(SLO)$/basedispatcher.obj \
$(SLO)$/blankdispatcher.obj \
+ $(SLO)$/createdispatcher.obj \
$(SLO)$/selfdispatcher.obj \
$(SLO)$/menudispatcher.obj \
$(SLO)$/mailtodispatcher.obj \