diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-10-18 13:54:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-10-18 13:54:46 +0000 |
commit | 3bb432b5ac8064d34260b7f6c4e04570a1efb1e1 (patch) | |
tree | 7f6976e75ec04f4ccacf449ad9f0384450dee812 /cli_ure | |
parent | 4751552ab3a4387c1dee43e80544bc847108742e (diff) |
INTEGRATION: CWS vq03 (1.8.2); FILE MERGED
2004/10/11 22:13:09 vq 1.8.2.1: #i35245# Fix W32 build of cli_ure.
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/native/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk index f3dccba62..636654826 100644 --- a/cli_ure/source/native/makefile.mk +++ b/cli_ure/source/native/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2004-09-20 14:37:51 $ +# last change: $Author: obo $ $Date: 2004-10-18 14:54:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -126,7 +126,7 @@ UNOTYPES = \ CFLAGS += -clr -AI $(OUT)$/bin #see Microsoft Knowledge Base Article - 814472 -LINKFLAGS += /NOENTRY /NODEFAULTLIB:nochkclr.obj /INCLUDE:__DllMainCRTStartup@12 +LINKFLAGS += -NOENTRY -NODEFAULTLIB:nochkclr.obj -INCLUDE:__DllMainCRTStartup@12 SLOFILES = \ $(SLO)$/native_bootstrap.obj \ |