diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 09:55:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 09:55:32 +0000 |
commit | 342d4b663bba70da744d777da8b313f04c5841e1 (patch) | |
tree | a9ac9608e3b66baadcddad03dc39c42c57c1a77c /salhelper | |
parent | 5dc9eb916ad5ec1c225fbcc5e065a32b5858e817 (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')
-rw-r--r-- | salhelper/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index da06b5caee8d..9aa03c151674 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 ------------------------------------------------------ |