diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-16 14:23:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-16 14:23:11 +0000 |
commit | 401ec0f9dfcb023829b761fb8843eedb0d6bac7a (patch) | |
tree | 527387fa892288762437927538e24d573240d0bc /cli_ure | |
parent | 155ca4d63ca5ac01c46b001adb612957556d35d6 (diff) |
#100000# wntmsci10 compiler switch missing
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 8 |
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 \ |