summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-16 14:23:11 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-16 14:23:11 +0000
commit401ec0f9dfcb023829b761fb8843eedb0d6bac7a (patch)
tree527387fa892288762437927538e24d573240d0bc /cli_ure
parent155ca4d63ca5ac01c46b001adb612957556d35d6 (diff)
#100000# wntmsci10 compiler switch missing
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk
index 97f93da1ae24..582e5de2ed01 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.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2003-10-06 13:05:48 $
+# last change: $Author: obo $ $Date: 2003-10-16 15:23:11 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -103,7 +103,11 @@ UNOTYPES = \
com.sun.star.reflection.XCompoundTypeDescription \
com.sun.star.reflection.XEnumTypeDescription
+.IF "$(COMEX)"=="10"
+CFLAGS += /clr:noAssembly,initialAppDomain
+.ELSE
CFLAGS += /clr:noAssembly
+.ENDIF
OBJFILES = \
$(OBJ)$/climaker_emit.obj \