From 990f07cd395dcacf30ff461652a3430dd89f1531 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Mar 2004 11:16:24 +0000 Subject: INTEGRATION: CWS ooo20040225 (1.1.1.1.74); FILE MERGED 2004/02/17 10:02:15 dsherwin 1.1.1.1.74.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler --- udm/source/unittest/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'udm') diff --git a/udm/source/unittest/makefile.mk b/udm/source/unittest/makefile.mk index e51e154a4630..f3b5862c9f9d 100644 --- a/udm/source/unittest/makefile.mk +++ b/udm/source/unittest/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: np $ $Date: 2002-03-08 14:32:38 $ +# last change: $Author: hr $ $Date: 2004-03-09 12:16:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,7 +91,11 @@ APP1TARGET= $(TARGET) APP1STACK= 1000000 APP1OBJS= $(OBJ)$/test.obj +.IF "$(COMEX)"=="10" +APP1STDLIBS= $(STATIC_LIBS) cosv.lib +.ELSE APP1STDLIBS= $(STATIC_LIBS) msvcirt.lib cosv.lib +.ENDIF APP1LIBS= $(LB)$/$(TARGET).lib -- cgit