From e01df3c0c90a27c615e38cc3ddef179a70b9f34d Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 12 Jul 2004 14:48:15 +0000 Subject: INTEGRATION: CWS adc8 (1.2.14); FILE MERGED 2004/07/01 13:54:23 np 1.2.14.1: #i30968# Implement csv::StreamStr strip-functions. Also some general cosv maintenance. Fixing the bug with directory attributes in ploc_dir.cxx. Updating documentation. Making string classes 64-bit compatible by replacing UINT32 by ::size_t for the strings size- and position-type. --- cosv/source/unittest/makefile.mk | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'cosv/source/unittest') diff --git a/cosv/source/unittest/makefile.mk b/cosv/source/unittest/makefile.mk index 30a3b93e4198..b55d0f59ab62 100644 --- a/cosv/source/unittest/makefile.mk +++ b/cosv/source/unittest/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-03-09 11:13:01 $ +# last change: $Author: rt $ $Date: 2004-07-12 15:48:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,8 +92,12 @@ APP1TARGET= $(TARGET) APP1STACK= 1000000 APP1OBJS= $(OBJ)$/ut_main.obj -.IF "$(COMEX)"!="10" -APP1STDLIBS= $(STATIC_LIBS) msvcirt.lib +.IF "$(GUI)"=="WNT" +APP1STDLIBS= $(LIBSTLPORT) +.ELSE +.IF "$(OS)"=="MACOSX" +APP1STDLIBS= $(LIBSTLPORT) +.ENDIF .ENDIF -- cgit