diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:40:16 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:40:16 +0000 |
commit | 0e73a6b8f6ddfad831f68ba4b05e4d25d139028b (patch) | |
tree | 6eb6a452bd3435b97fbe98aff5ea0b6368f9af0f /framework/util/makefile.mk | |
parent | c5157bc38cde44b1f33325db6176961a504f8cfa (diff) |
INTEGRATION: CWS odkaddonexample (1.103.10); FILE MERGED
2006/07/28 11:37:23 cd 1.103.10.3: RESYNC: (1.104-1.105); FILE MERGED
2006/07/06 07:49:40 cd 1.103.10.2: RESYNC: (1.103-1.104); FILE MERGED
2006/05/16 10:50:26 cd 1.103.10.1: #i65116# Added new controls
Diffstat (limited to 'framework/util/makefile.mk')
-rw-r--r-- | framework/util/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 04b450f08de7..4172a0c6ef81 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.105 $ +# $Revision: 1.106 $ # -# last change: $Author: obo $ $Date: 2006-07-13 12:04:54 $ +# last change: $Author: ihi $ $Date: 2006-08-01 09:40:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -323,7 +323,10 @@ SHL4OBJS= \ $(SLO)$/comboboxtoolbarcontroller.obj \ $(SLO)$/imagebuttontoolbarcontroller.obj \ $(SLO)$/togglebuttontoolbarcontroller.obj \ - $(SLO)$/buttontoolbarcontroller.obj + $(SLO)$/buttontoolbarcontroller.obj \ + $(SLO)$/spinfieldtoolbarcontroller.obj \ + $(SLO)$/edittoolbarcontroller.obj \ + $(SLO)$/dropdownboxtoolbarcontroller.obj SHL4STDLIBS= \ $(FWILIB) \ |