INTEGRATION: CWS mingwport03 (1.24.4); FILE MERGED

2007/03/20 10:48:10 vg 1.24.4.2: RESYNC MERGED 1.24 1.25
Everything below this line will be added to the revision comment.
2006/09/07 10:45:35 vg 1.24.4.1: #i53572# MinGW port
This commit is contained in:
Vladimir Glazounov
2007-03-26 14:39:51 +00:00
parent b6069c5946
commit 4a8b906ead

View File

@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.25 $
# $Revision: 1.26 $
#
# last change: $Author: rt $ $Date: 2007-01-31 08:45:24 $
# last change: $Author: vg $ $Date: 2007-03-26 15:39:51 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -88,6 +88,8 @@ SHL1VERSIONMAP=gcc3_linux_intel.map
SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3"
SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF "$(GUI)$(COM)"=="WNTGCC"
SHL1VERSIONMAP=gcc3_linux_intel.map
.ENDIF
# --- Targets ------------------------------------------------------