summaryrefslogtreecommitdiff
path: root/sot/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:01:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:01:37 +0000
commitd2c6438068d0278f9c8894a638529981c3d09443 (patch)
tree154ee466c788a8e28b11693455faa144149dae14 /sot/util
parent4ae2844f96e63a7effa06bce5fceec6ba376e0ed (diff)
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
Diffstat (limited to 'sot/util')
-rw-r--r--sot/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
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