diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:43:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-31 07:43:54 +0000 |
commit | 0e9dff7e3e0ee8143c496fbfbd95cbe59df6e2db (patch) | |
tree | 18786efbbf2069b3fdf0e1ed88cc76c63caa42da | |
parent | 516e16c161405b269c19ef92f8e2014ec522bb0a (diff) |
INTEGRATION: CWS macosxmapfiles (1.13.36); FILE MERGED
2007/01/11 13:48:41 tra 1.13.36.1: #69351# Map files are now supported on Mac OS X rudimentary
-rw-r--r-- | lingucomponent/source/spellcheck/spell/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lingucomponent/source/spellcheck/spell/makefile.mk b/lingucomponent/source/spellcheck/spell/makefile.mk index 960fac4b8405..18262715d1ce 100644 --- a/lingucomponent/source/spellcheck/spell/makefile.mk +++ b/lingucomponent/source/spellcheck/spell/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:43:53 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:43:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -120,9 +120,8 @@ SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1IMPLIB= i$(TARGET) SHL1DEPN= $(SHL1LIBS) SHL1DEF= $(MISC)$/$(SHL1TARGET).def -.IF "$(OS)"!="MACOSX" + SHL1VERSIONMAP= $(TARGET).map -.ENDIF # build DEF file DEF1NAME =$(SHL1TARGET) |