From 5e75a4e706782effcb05e1805eae4f3f572fd07f Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Fri, 22 Jun 2001 12:43:45 +0000 Subject: [PATCH] #88639# event xml configuration --- framework/prj/d.lst | 2 ++ framework/source/classes/makefile.mk | 8 +++++--- framework/util/makefile.mk | 11 +++++++---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/framework/prj/d.lst b/framework/prj/d.lst index a12445b77b97..708b84b92111 100644 --- a/framework/prj/d.lst +++ b/framework/prj/d.lst @@ -9,6 +9,7 @@ mkdir: %_DEST%\inc%_EXT%\framework ..\dtd\menubar.dtd %_DEST%\bin%_EXT%\menubar.dtd ..\dtd\toolbar.dtd %_DEST%\bin%_EXT%\toolbar.dtd ..\dtd\statusbar.dtd %_DEST%\bin%_EXT%\statusbar.dtd +..\dtd\event.dtd %_DEST\bin%_EXT\event.dtd ..\%__SRC%\lib\ifwe.lib %_DEST%\lib%_EXT%\ifwe.lib ..\inc\helper\imageproducer.hxx %_DEST%\inc%_EXT%\framework\imageproducer.hxx @@ -16,6 +17,7 @@ mkdir: %_DEST%\inc%_EXT%\framework ..\inc\classes\bmkmenu.hxx %_DEST%\inc%_EXT%\framework\bmkmenu.hxx ..\inc\classes\toolboxconfiguration.hxx %_DEST%\inc%_EXT%\framework\toolboxconfiguration.hxx ..\inc\classes\statusbarconfiguration.hxx %_DEST%\inc%_EXT%\framework\statusbarconfiguration.hxx +..\inc\classes\eventsconfiguration.hxx %_DEST%\inc%_EXT%\framework\eventsconfiguration.hxx ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx diff --git a/framework/source/classes/makefile.mk b/framework/source/classes/makefile.mk index cea1dcbd0b8b..0bb8e0c561f1 100644 --- a/framework/source/classes/makefile.mk +++ b/framework/source/classes/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: cd $ $Date: 2001-06-20 10:22:34 $ +# last change: $Author: cd $ $Date: 2001-06-22 13:41:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,7 +91,9 @@ SLOFILES= $(SLO)$/servicemanager.obj \ $(SLO)$/toolboxlayoutdocumenthandler.obj \ $(SLO)$/droptargetlistener.obj \ $(SLO)$/statusbarconfiguration.obj \ - $(SLO)$/statusbardocumenthandler.obj + $(SLO)$/statusbardocumenthandler.obj \ + $(SLO)$/eventsconfiguration.obj \ + $(SLO)$/eventsdocumenthandler.obj SRCFILES= fltdlg.src diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 0039da4a98d2..9202c6f8ae00 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.40 $ +# $Revision: 1.41 $ # -# last change: $Author: cd $ $Date: 2001-06-20 10:25:12 $ +# last change: $Author: cd $ $Date: 2001-06-22 13:43:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,9 +94,12 @@ LIB1OBJFILES= $(SLO)$/menuconfiguration.obj \ $(SLO)$/toolboxconfiguration.obj \ $(SLO)$/toolboxdocumenthandler.obj \ $(SLO)$/lockhelper.obj \ - $(SLO)$/toolboxlayoutdocumenthandler.obj \ + $(SLO)$/toolboxlayoutdocumenthandler.obj \ $(SLO)$/statusbarconfiguration.obj \ - $(SLO)$/statusbardocumenthandler.obj + $(SLO)$/statusbardocumenthandler.obj \ + $(SLO)$/eventsconfiguration.obj \ + $(SLO)$/eventsdocumenthandler.obj + # --- services library ----------------------------------------------------