diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:09:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:09:23 +0000 |
commit | 4163bf267cfb9c86955bbdca03109560c62297a9 (patch) | |
tree | 0b93b31e0ff59adec75782b593f7827929785ffd /xml2cmp | |
parent | 2ee68b170083cad3671428781315955f021a3726 (diff) |
INTEGRATION: CWS ooo20040225 (1.6.48); FILE MERGED
2004/02/17 10:02:14 dsherwin 1.6.48.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xml2cmp/util/makefile.mk b/xml2cmp/util/makefile.mk index 9f2493d3a122..2ab25e71704f 100644 --- a/xml2cmp/util/makefile.mk +++ b/xml2cmp/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2003-03-18 13:36:44 $ +# last change: $Author: hr $ $Date: 2004-03-09 12:09:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,8 +81,10 @@ APP1TARGET= $(TARGET) APP1STACK= 1000000 .IF "$(GUI)"=="WNT" +.IF "$(COMEX)"!="10" APP1STDLIBS= MSVCIRT.LIB .ENDIF +.ENDIF UWINAPILIB=$(0) |