diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 13:37:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 13:37:37 +0000 |
commit | 373b6e648006447a3143285d334bec8f4f03627a (patch) | |
tree | 914441c49ce167bd3ef8e92fcfb5c0a24dde8aba /cli_ure/source | |
parent | 5272e40f668efc6765f721f5a5908574da029767 (diff) |
INTEGRATION: CWS jl12 (1.7.8); FILE MERGED
2004/08/20 12:44:09 jl 1.7.8.2: #i33102# #i33196#
2004/08/18 10:47:48 jl 1.7.8.1: #i31702# generate service, singleton classes
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index 4a5af83e1e53..76226868b6eb 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2004-07-12 13:05:15 $ +# last change: $Author: rt $ $Date: 2004-09-20 14:37:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -100,9 +100,13 @@ UNOTYPES = \ com.sun.star.reflection.XEnumTypeDescription \ com.sun.star.reflection.XInterfaceTypeDescription2 \ com.sun.star.reflection.XInterfaceMethodTypeDescription \ - com.sun.star.reflection.XInterfaceAttributeTypeDescription \ + com.sun.star.reflection.XInterfaceAttributeTypeDescription2 \ com.sun.star.reflection.XCompoundTypeDescription \ - com.sun.star.reflection.XEnumTypeDescription + com.sun.star.reflection.XEnumTypeDescription \ + com.sun.star.reflection.XServiceTypeDescription2 \ + com.sun.star.reflection.XSingletonTypeDescription2 + +CFLAGS +=-AI$(BIN) .IF "$(COMEX)"=="10" CFLAGS += -clr:noAssembly,initialAppDomain |