diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-05-02 04:44:28 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-05-02 04:44:28 +0000 |
commit | 12d77a1f184f854d578be4da9ac6decdfb2685ac (patch) | |
tree | 379aabbcc7140bbaea41544f6f2498440743f895 /framework/util | |
parent | a95cbc6e1406a18e3a22134171ab1dfa21fb0768 (diff) |
menu from and to xml file
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 56be3a302f5b..36202a187140 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: as $ $Date: 2001-04-19 12:38:21 $ +# last change: $Author: cd $ $Date: 2001-05-02 05:44:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,6 +66,9 @@ TARGET= framework USE_DEFFILE= TRUE ENABLE_EXCEPTIONS= TRUE NO_BSYMBOLIC= TRUE +COMP1TYPELIST= fwk +COMP2TYPELIST= fwl +COMP3TYPELIST= lgd # --- Settings ----------------------------------------------------- @@ -113,7 +116,10 @@ SHL1OBJS= $(SLO)$/registerservices.obj \ $(SLO)$/resetableguard.obj \ $(SLO)$/omenudispatcher.obj \ $(SLO)$/menumanager.obj \ - $(SLO)$/bmkmenu.obj + $(SLO)$/bmkmenu.obj \ + $(SLO)$/menudocumenthandler.obj \ + $(SLO)$/menuconfiguration.obj \ + $(SLO)$/attributelist.obj SHL1STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ |