diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-01-31 07:44:38 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-01-31 07:44:38 +0000 |
commit | 8525932e156358f197f84fbf9d0e9ddbe493c74e (patch) | |
tree | 529a8426d02fbd6a59050ac003464f7ca264d5d9 /slideshow/util | |
parent | f97f77d3e5062ce07d25f65564ccb326aca9abee (diff) |
INTEGRATION: CWS macosxmapfiles (1.6.72); FILE MERGED
2007/01/11 14:05:17 tra 1.6.72.1: #69351# Map files are now supported on Mac OS X rudimentary
Diffstat (limited to 'slideshow/util')
-rw-r--r-- | slideshow/util/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/slideshow/util/makefile.mk b/slideshow/util/makefile.mk index 910ce8bd1..e552cb401 100644 --- a/slideshow/util/makefile.mk +++ b/slideshow/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2005-10-11 08:56:07 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:44:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -80,10 +80,7 @@ SHL1IMPLIB=i$(TARGET) SHL1LIBS=$(SLB)$/$(TARGET).lib SHL1DEF=$(MISC)$/$(SHL1TARGET).def -.IF "$(OS)"=="MACOSX" -.ELSE SHL1VERSIONMAP=exports.map -.ENDIF DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=exports.dxp |