diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:16:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:16:24 +0000 |
commit | 957da042c07c8a284e3f93a1076d2714ded6249f (patch) | |
tree | 3f2197796c7c0af21b47a6d075e5bc0ac6c3f65e /udm | |
parent | 155f0123f848f2159c311d7b453322658d2de68b (diff) |
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
Diffstat (limited to 'udm')
-rw-r--r-- | udm/source/unittest/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/udm/source/unittest/makefile.mk b/udm/source/unittest/makefile.mk index e51e154a..f3b5862c 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 |