summaryrefslogtreecommitdiff
path: root/sal/qa/osl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:24:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:24:28 +0000
commit97d6d65dc06bd3d6ff47596cf44f41b0bd44000e (patch)
treeda27bc864b5f13e0d070ad0169ef0ae3e4e96e39 /sal/qa/osl
parent716efc44a405534590b95a061c62ec7649327c5a (diff)
INTEGRATION: CWS mingwport03 (1.6.142); FILE MERGED
2007/03/19 17:37:25 vg 1.6.142.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/07 11:06:31 vg 1.6.142.1: #i53572# MinGW port
Diffstat (limited to 'sal/qa/osl')
-rwxr-xr-xsal/qa/osl/mutex/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/mutex/makefile.mk b/sal/qa/osl/mutex/makefile.mk
index d83c86c99b58..e13ef8f01dfc 100755
--- a/sal/qa/osl/mutex/makefile.mk
+++ b/sal/qa/osl/mutex/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2007-01-16 15:56:44 $
+# last change: $Author: vg $ $Date: 2007-03-26 14:24:28 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@ SHL1STDLIBS=\
$(SALLIB)
.IF "$(GUI)" == "WNT"
SHL1STDLIBS += $(SOLARLIBDIR)$/cppunit.lib
-SHL1STDLIBS += ws2_32.lib
+SHL1STDLIBS += $(WS2_32LIB)
.ENDIF
.IF "$(GUI)" == "UNX"