summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-25 11:28:37 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-25 11:28:37 +0000
commitc4ffddb6d75e55313e0faf950425f28e6b185bcf (patch)
tree2c543d0834e232685109d7a855fbb70759f88c21 /cli_ure
parent72a3dc9463c58f2854381a21e14645893b2e1695 (diff)
#100000# com.sun.star.lang.XMultiServiceFactory added to UNOTYPES, as it is needed by cppuhelper/shlib.hxx
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/makefile.mk7
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 \