diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index a04475bd09b6..f0a1538080dc 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2006-06-20 00:57:29 $ +# last change: $Author: obo $ $Date: 2006-07-13 08:34:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -81,10 +81,11 @@ UNOTYPES = \ CFLAGS +=-AI$(BIN) + # When compiling for CLR, disable "warning C4339: use of undefined type detected # in CLR meta-data - use of this type may lead to a runtime exception": .IF "$(COMEX)"=="10" -CFLAGS += -clr:noAssembly,initialAppDomain -wd4339 +CFLAGS += -clr:noAssembly -wd4339 .ELSE CFLAGS += -clr:noAssembly -wd4339 .ENDIF