summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:06:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:06:20 +0000
commit45b2bb37acacd050f81b112ea117c98df709aefd (patch)
treebd0667504365beeb667b296dd611970c46c0cb26
parentc3187ef1eadba1c36ee1d6b4a8d1fd8221d1f3d9 (diff)
INTEGRATION: CWS mingwport03 (1.43.14); FILE MERGED
2007/03/19 15:09:11 vg 1.43.14.2: RESYNC: (1.43-1.44); FILE MERGED 2006/09/06 13:01:14 vg 1.43.14.1: #i53572# MinGW port
-rw-r--r--cppuhelper/source/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index 95d0261b1067..73c2a85c94fc 100644
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.44 $
+# $Revision: 1.45 $
#
-# last change: $Author: rt $ $Date: 2007-01-31 08:38:57 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:06:20 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -179,6 +179,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=mingw.map
.ENDIF
# --- Targets ------------------------------------------------------