summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:32:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:32:52 +0000
commit1f39729c26363bfd615f33e930655cab22b15cda (patch)
treed85973e1a2528d55f7d910605404f7cc1a07fb85 /salhelper
parentb902d2be5b3495e18d5f7fe7c7aab4f19b3efff6 (diff)
INTEGRATION: CWS cmcfixes35 (1.27.4); FILE MERGED
2007/07/24 12:09:13 cmc 1.27.4.5: #i77975 as per kr suggestion, remove mingwin.map in favour of gcc3.map 2007/07/23 11:49:14 cmc 1.27.4.4: #i79907# repeat cppuhelper map merge in salhelper 2007/06/29 10:42:14 cmc 1.27.4.3: remove those new files 2007/06/27 15:00:40 cmc 1.27.4.2: make generic 2007/06/13 11:10:47 cmc 1.27.4.1: #i77975 distinguish between 32bit and 64bit gcc mangling
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/makefile.mk16
1 files changed, 4 insertions, 12 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index 9aa03c151..28cc1d4ec 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: vg $ $Date: 2007-05-25 10:55:32 $
+# last change: $Author: hr $ $Date: 2007-08-03 12:32:52 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -80,16 +80,8 @@ DEF1NAME= $(SHL1TARGET)
SHL1VERSIONMAP=msci.map
.ELIF "$(COMNAME)"=="sunpro5"
SHL1VERSIONMAP=sols.map
-.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3"
-SHL1VERSIONMAP=gcc3_linux_intel.map
-.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3"
-SHL1VERSIONMAP=gcc3_linux_intel.map
-.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXSgcc3"
-SHL1VERSIONMAP=gcc3_linux_intel.map
-.ELIF "$(OS)$(CPU)$(COMNAME)"=="MACOSXIgcc3"
-SHL1VERSIONMAP=gcc3_linux_intel.map
-.ELIF "$(GUI)$(COM)"=="WNTGCC"
-SHL1VERSIONMAP=mingw_intel.map
+.ELIF "$(COMNAME)"=="gcc3"
+SHL1VERSIONMAP=gcc3.map
.ENDIF
# --- Targets ------------------------------------------------------