diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:38:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:38:57 +0000 |
commit | 11e51ee7b1080ed2e34d5a2e3d8b3c414233c538 (patch) | |
tree | 7c7f15fd5e54edf2651633c98bf4c552367f13b5 /cppuhelper | |
parent | 05d2db8089805f70a8801beef3c7b54938d4f482 (diff) |
INTEGRATION: CWS macosxmapfiles (1.43.36); FILE MERGED
2007/01/11 08:45:18 tra 1.43.36.1: #69351#support for exported symbols lists as replacement for missing map file support on Mac OS X
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index e4f968a67181..95d0261b1067 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.43 $ +# $Revision: 1.44 $ # -# last change: $Author: hr $ $Date: 2006-06-20 11:58:34 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:38:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -177,6 +177,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 ------------------------------------------------------ |