diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 10:13:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 10:13:01 +0000 |
commit | 6d30f7538f937b1ff4b615e4a8619853435fa0e7 (patch) | |
tree | 5a5c60f4cce934ec718196d0e8245a677064e4ff /cosv/source/unittest | |
parent | 776eb24366a7add1b3b27eedfabe878393fbca1c (diff) |
INTEGRATION: CWS ooo20040225 (1.1.1.1.82); FILE MERGED
2004/02/17 10:02:14 dsherwin 1.1.1.1.82.1: #i23204# Remove msvcirt.lib from the linking line for .NET 2003 compiler
Diffstat (limited to 'cosv/source/unittest')
-rw-r--r-- | cosv/source/unittest/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cosv/source/unittest/makefile.mk b/cosv/source/unittest/makefile.mk index 8fc5ef4905b6..30a3b93e4198 100644 --- a/cosv/source/unittest/makefile.mk +++ b/cosv/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:25:40 $ +# last change: $Author: hr $ $Date: 2004-03-09 11:13:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,9 @@ APP1TARGET= $(TARGET) APP1STACK= 1000000 APP1OBJS= $(OBJ)$/ut_main.obj +.IF "$(COMEX)"!="10" APP1STDLIBS= $(STATIC_LIBS) msvcirt.lib +.ENDIF APP1LIBS= $(LB)$/$(TARGET).lib $(LB)$/cosv.lib |