summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-01-31 07:45:24 +0000
committerRüdiger Timm <rt@openoffice.org>2007-01-31 07:45:24 +0000
commitf80481b727e4a40c1c529c12dd2a0c7735dd5cad (patch)
treeeba7c67367fc73b72cc68e271ef1ba9e7a3f3bc4 /salhelper
parentad9848e01f9c645bc58ca6cdbf10b7acee741679 (diff)
INTEGRATION: CWS macosxmapfiles (1.24.18); FILE MERGED
2007/01/24 15:43:55 tra 1.24.18.3: #i69351#we now symbols containing wildcards will also be supported in the process of generating exported symbols lists on Mac OS X hence we do not need a Mac specific map file anymore 2007/01/13 22:07:10 tra 1.24.18.2: #i69351#using a separate map file for Mac OS X 2007/01/11 14:04:05 tra 1.24.18.1: #69351# Map files are now supported on Mac OS X rudimentary
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index 713582e6bbde..34108e101601 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.24 $
+# $Revision: 1.25 $
#
-# last change: $Author: kz $ $Date: 2006-07-20 16:16:28 $
+# last change: $Author: rt $ $Date: 2007-01-31 08:45:24 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -86,6 +86,8 @@ SHL1VERSIONMAP=gcc3_linux_intel.map
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
.ENDIF
# --- Targets ------------------------------------------------------