diff options
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index 5dfc869e6691..7b0a8c428ad4 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.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2003-06-05 13:17:59 $ +# last change: $Author: rt $ $Date: 2003-09-25 12:28:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,6 +86,7 @@ UNOTYPES = \ com.sun.star.lang.XInitialization \ com.sun.star.lang.XComponent \ com.sun.star.lang.XMultiComponentFactory \ + com.sun.star.lang.XMultiServiceFactory \ com.sun.star.container.XSet \ com.sun.star.container.XHierarchicalNameAccess \ com.sun.star.loader.XImplementationLoader \ @@ -102,7 +103,7 @@ UNOTYPES = \ com.sun.star.reflection.XCompoundTypeDescription \ com.sun.star.reflection.XEnumTypeDescription -CFLAGS += -clr:noAssembly +CFLAGS += /clr:noAssembly CXXFILES = \ climaker_emit.cxx \ |