diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:05:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:05:59 +0000 |
commit | cc07b296fe79fc38149d75e1d4b524177948f077 (patch) | |
tree | 4d9791d05a59b5a4aa859655535c3f0991a7f2b2 /cli_ure | |
parent | dbd17ff39ffc524fc144161765809f21d66d5132 (diff) |
INTEGRATION: CWS ause043 (1.10.4); FILE MERGED
2006/05/15 12:42:28 hjs 1.10.4.4: RESYNC: (1.10-1.11); FILE MERGED
2005/11/16 14:15:28 hjs 1.10.4.3: #i56702# added missing types
2005/11/15 16:13:52 hjs 1.10.4.2: #i56702# set NO_OFFUH to check completeness
2005/11/09 12:54:21 hjs 1.10.4.1: #i56702# remove overrides for default uno header generation
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index 7b9dd7e1e73b..ea2dc9e5ea50 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: rt $ $Date: 2006-03-09 10:52:34 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:05:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,8 +46,7 @@ ENABLE_EXCEPTIONS = TRUE .IF "$(BUILD_FOR_CLI)" != "" -UNOUCRDEP = $(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB = $(SOLARBINDIR)$/udkapi.rdb +NO_OFFUH=TRUE CPPUMAKERFLAGS = UNOTYPES = \ @@ -77,7 +76,8 @@ UNOTYPES = \ com.sun.star.reflection.XCompoundTypeDescription \ com.sun.star.reflection.XEnumTypeDescription \ com.sun.star.reflection.XServiceTypeDescription2 \ - com.sun.star.reflection.XSingletonTypeDescription2 + com.sun.star.reflection.XSingletonTypeDescription2 \ + com.sun.star.reflection.XStructTypeDescription CFLAGS +=-AI$(BIN) |