From 4163bf267cfb9c86955bbdca03109560c62297a9 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Mar 2004 11:09:23 +0000 Subject: 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 --- xml2cmp/util/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xml2cmp/util') 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) -- cgit