diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:29:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:29:40 +0000 |
commit | 9f4e5bd039e8fd5d15fe7f4b5689b61afa6c5a8f (patch) | |
tree | 33e624461d3d5904d33f43c003146ef0c752f612 /cli_ure/source/climaker | |
parent | 534c8ca1eb8b4fa02a39696543ecaf52d00cb3d4 (diff) |
INTEGRATION: CWS ooo20031216 (1.5.4); FILE MERGED
2003/12/13 01:16:21 vq 1.5.4.1: #11454 Use - instead of /
Diffstat (limited to 'cli_ure/source/climaker')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index 582e5de2ed01..9bfbda1d0c7a 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.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2003-10-16 15:23:11 $ +# last change: $Author: hr $ $Date: 2004-02-04 12:29:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -104,9 +104,9 @@ UNOTYPES = \ com.sun.star.reflection.XEnumTypeDescription .IF "$(COMEX)"=="10" -CFLAGS += /clr:noAssembly,initialAppDomain +CFLAGS += -clr:noAssembly,initialAppDomain .ELSE -CFLAGS += /clr:noAssembly +CFLAGS += -clr:noAssembly .ENDIF OBJFILES = \ |