diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-06-12 04:36:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-06-12 04:36:27 +0000 |
commit | 6ac3379d3ac4ff9b46ca9d17da4e2388c8fa3c59 (patch) | |
tree | cb7af4a7c298aa7f0323565d30cf12896d2aadf7 /vcl | |
parent | 059f243f27046091ad2b12b54c50936bc917b8f4 (diff) |
INTEGRATION: CWS dba23ui (1.21.106); FILE MERGED
2006/12/21 08:21:16 fs 1.21.106.1: #i72799# build mnemonicengine
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/window/makefile.mk b/vcl/source/window/makefile.mk index 39133a05a75c..7dcbab7bf417 100644 --- a/vcl/source/window/makefile.mk +++ b/vcl/source/window/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:56:30 $ +# last change: $Author: obo $ $Date: 2007-06-12 05:36:27 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,7 @@ SLOFILES= \ $(SLO)$/keyevent.obj \ $(SLO)$/menu.obj \ $(SLO)$/mnemonic.obj \ + $(SLO)$/mnemonicengine.obj \ $(SLO)$/msgbox.obj \ $(SLO)$/scrwnd.obj \ $(SLO)$/seleng.obj \ |