diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:38:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:38:28 +0000 |
commit | 05d2db8089805f70a8801beef3c7b54938d4f482 (patch) | |
tree | 3314c285dd28e6f881c69d3d4bb5819e1fa09f46 /jvmaccess | |
parent | 62f485c9bdee4e4008efce18b94ba07445654f66 (diff) |
INTEGRATION: CWS macosxmapfiles (1.7.34); FILE MERGED
2007/01/24 15:38:10 tra 1.7.34.4: #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 21:58:03 tra 1.7.34.3: #i69351#separate map file for Mac OS X necessary due to symbols diferences between Linux and Mac OS X
2007/01/13 21:55:21 tra 1.7.34.2: #i69351#separate map file for Mac OS X necessary due to symbols diferences between Linux and Mac OS X
2007/01/11 13:46:46 tra 1.7.34.1: #69351# Map files are now supported on Mac OS X rudimentary
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk index c33b2622ae62..71694451bc71 100644 --- a/jvmaccess/util/makefile.mk +++ b/jvmaccess/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:23:59 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:38:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -68,6 +68,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 DEF1NAME = $(SHL1TARGET) |