diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 14:48:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 14:48:15 +0000 |
commit | e01df3c0c90a27c615e38cc3ddef179a70b9f34d (patch) | |
tree | 2f5191caa9d0ad718373a3d03430214e4c5d5875 /cosv/source/unittest | |
parent | f414ac1343672c39882322693b0ff4e1ac8bd98a (diff) |
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.
Diffstat (limited to 'cosv/source/unittest')
-rw-r--r-- | cosv/source/unittest/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
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 |