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 | c4958e699362742afcc62e2fa0a0afe5874310ae (patch) | |
tree | 6fd273b9cbff8eeb6bd6da35e1b1398b9c5245ae /slideshow/util | |
parent | 32e2470a58ee9cf11e79b2fc1ba2daf9114deb4d (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 910ce8bd1105..e552cb4010d5 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 |