summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-06-20 09:25:12 +0000
committerCarsten Driesner <cd@openoffice.org>2001-06-20 09:25:12 +0000
commitda98b14c64e888384f531a32826e568f2cb3ccaa (patch)
treeecbc875d8476d457855feab38b466a0939f314ea /framework
parent3276bfa548078cb868e2de6ec9ea9192b063ee26 (diff)
#88499# xml based configuration for statusbar
Diffstat (limited to 'framework')
-rw-r--r--framework/prj/d.lst2
-rw-r--r--framework/source/classes/makefile.mk12
-rw-r--r--framework/util/makefile.mk8
3 files changed, 12 insertions, 10 deletions
diff --git a/framework/prj/d.lst b/framework/prj/d.lst
index eeea733fdb08..a12445b77b97 100644
--- a/framework/prj/d.lst
+++ b/framework/prj/d.lst
@@ -8,12 +8,14 @@ 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
..\%__SRC%\lib\ifwe.lib %_DEST%\lib%_EXT%\ifwe.lib
..\inc\helper\imageproducer.hxx %_DEST%\inc%_EXT%\framework\imageproducer.hxx
..\inc\classes\menuconfiguration.hxx %_DEST%\inc%_EXT%\framework\menuconfiguration.hxx
..\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
..\%__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 0f10934f9f7a..cea1dcbd0b8b 100644
--- a/framework/source/classes/makefile.mk
+++ b/framework/source/classes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: cd $ $Date: 2001-06-18 10:34:20 $
+# last change: $Author: cd $ $Date: 2001-06-20 10:22:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,16 +63,12 @@ PRJ=..$/..
PRJNAME= framework
TARGET= fwk_classes
-USE_DEFFILE= TRUE
-NO_BSYMBOLIC= TRUE
ENABLE_EXCEPTIONS= TRUE
BOOTSTRAP_SERVICE= FALSE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Generate -----------------------------------------------------
@@ -93,7 +89,9 @@ SLOFILES= $(SLO)$/servicemanager.obj \
$(SLO)$/toolboxconfiguration.obj \
$(SLO)$/toolboxdocumenthandler.obj \
$(SLO)$/toolboxlayoutdocumenthandler.obj \
- $(SLO)$/droptargetlistener.obj
+ $(SLO)$/droptargetlistener.obj \
+ $(SLO)$/statusbarconfiguration.obj \
+ $(SLO)$/statusbardocumenthandler.obj
SRCFILES= fltdlg.src
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk
index b0be883d6bae..0039da4a98d2 100644
--- a/framework/util/makefile.mk
+++ b/framework/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.39 $
+# $Revision: 1.40 $
#
-# last change: $Author: cd $ $Date: 2001-06-18 10:01:26 $
+# last change: $Author: cd $ $Date: 2001-06-20 10:25:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -94,7 +94,9 @@ 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
# --- services library ----------------------------------------------------