diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:09:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:09:36 +0000 |
commit | db142940086a1cec2af0b412f7c541c29edd060b (patch) | |
tree | dc1a620ac9274532823651205df96c5d97f37c9a /offapi/util | |
parent | c661cf287f477c09681ac5314a73d77ed777bd82 (diff) |
INTEGRATION: CWS docking1 (1.72.18); FILE MERGED
2004/07/06 09:54:20 cd 1.72.18.3: RESYNC manually
2004/05/01 23:55:45 cd 1.72.18.2: RESYNC: (1.72-1.75); FILE MERGED
2004/04/21 06:20:48 cd 1.72.18.1: #i26252# New struct to transport item through UNO
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index 4f5fd9cee..5084df217 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.78 $ +# $Revision: 1.79 $ # -# last change: $Author: kz $ $Date: 2004-06-11 11:54:56 $ +# last change: $Author: obo $ $Date: 2004-07-06 13:09:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -147,6 +147,7 @@ UNOIDLDBFILES= \ $(UCR)$/cssuidialogs.db \ $(UCR)$/cssui.db \ $(UCR)$/cssframe.db \ + $(UCR)$/cssfstatus.db \ $(UCR)$/cssgraphic.db \ $(UCR)$/cssaccessibility.db\ $(UCR)$/dcsssprovider.db \ @@ -157,9 +158,9 @@ UNOIDLDBFILES= \ $(UCR)$/dcssfstatus.db \ $(UCR)$/dcssgeometry.db \ $(UCR)$/dcssrendering.db \ - $(UCR)$/dcssdrawing.db - - + $(UCR)$/dcssdrawing.db + + REFERENCE_RDB=$(PRJ)$/type_reference$/OO_11$/types.rdb REFERENCE_DOC_RDB=$(PRJ)$/type_reference$/OO_11$/types_doc.rdb |