summaryrefslogtreecommitdiff
path: root/sot/util
diff options
context:
space:
mode:
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