From d2c6438068d0278f9c8894a638529981c3d09443 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 14:01:37 +0000 Subject: INTEGRATION: CWS mingwport03 (1.15.16); FILE MERGED 2007/03/19 21:40:02 vg 1.15.16.3: RESYNC: (1.16-1.17); FILE MERGED 2006/11/08 23:41:14 vg 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2006/09/13 14:23:40 vg 1.15.16.1: #i53572# MinGW port --- sot/util/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sot/util') diff --git a/sot/util/makefile.mk b/sot/util/makefile.mk index afef1687450c..5b7416d8a9a3 100644 --- a/sot/util/makefile.mk +++ b/sot/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: obo $ $Date: 2007-03-09 09:33:51 $ +# last change: $Author: vg $ $Date: 2007-03-26 15:01:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,11 @@ TARGET=sot # --- Files -------------------------------------------------------- LIB1TARGET= $(SLB)$/$(TARGET).lib +.IF "$(GUI)$(COM)"=="WNTGCC" +LIB1ARCHIV= $(LB)$/lib$(TARGET)$(UPD)$(DLLPOSTFIX)_static.a +.ELSE LIB1ARCHIV= $(LB)$/lib$(TARGET)$(UPD)$(DLLPOSTFIX).a +.ENDIF LIB1FILES= $(SLB)$/base.lib \ $(SLB)$/sdstor.lib \ $(SLB)$/unoolestorage.lib -- cgit v1.2.3