diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:06:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:06:10 +0000 |
commit | 2112234da03087ca0d0c0cad5672c0e36847bd00 (patch) | |
tree | 7e74693e976a17dbad9732d93275d32717a3b9be /framework/util | |
parent | 492d8b380f38a8ea9478aff5ec626ba08eb6a0af (diff) |
INTEGRATION: CWS scriptingf4 (1.76.8); FILE MERGED
2004/04/28 12:35:32 toconnor 1.76.8.2: RESYNC: (1.76-1.77); FILE MERGED
2004/03/24 13:09:28 dfoster 1.76.8.1: #i26923#
Implmentation of the Script Organizer spec.
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 800fdf1f6e68..3d55baf0ca03 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.77 $ +# $Revision: 1.78 $ # -# last change: $Author: svesik $ $Date: 2004-04-21 12:08:17 $ +# last change: $Author: rt $ $Date: 2004-05-19 08:06:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -279,6 +279,7 @@ SHL4OBJS= \ $(SLO)$/headermenucontroller.obj \ $(SLO)$/footermenucontroller.obj \ $(SLO)$/controlmenucontroller.obj \ + $(SLO)$/macrosmenucontroller.obj \ $(SLO)$/dockingareadefaultacceptor.obj \ $(SLO)$/uicommanddescription.obj \ $(SLO)$/modulemanager.obj \ |