summaryrefslogtreecommitdiff
path: root/salhelper/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 09:55:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 09:55:32 +0000
commit09ff34c2ca92f6fc0809899731c4745480854301 (patch)
tree34baf54eeed02054532469cffe4ca5deb876e0ef /salhelper/source
parent4855815afea6ed0aa4264ec9955e63e66f2774d7 (diff)
INTEGRATION: CWS mingwport04 (1.26.2); FILE MERGED
2007/04/18 09:52:49 vg 1.26.2.1: #i75844# MinGW port efforts part II
Diffstat (limited to 'salhelper/source')
-rw-r--r--salhelper/source/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index da06b5cae..9aa03c151 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.26 $
+# $Revision: 1.27 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 15:39:51 $
+# last change: $Author: vg $ $Date: 2007-05-25 10:55:32 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3"
SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF "$(GUI)$(COM)"=="WNTGCC"
-SHL1VERSIONMAP=gcc3_linux_intel.map
+SHL1VERSIONMAP=mingw_intel.map
.ENDIF
# --- Targets ------------------------------------------------------