diff options
author | Kevin Hendricks <khendricks@openoffice.org> | 2001-09-11 11:56:28 +0000 |
---|---|---|
committer | Kevin Hendricks <khendricks@openoffice.org> | 2001-09-11 11:56:28 +0000 |
commit | 711e26924b62d4d86fed39174aba0581190ce3a5 (patch) | |
tree | 66c592913b85c3e4a70b4fc91e30ac69f4be4e8f /lingucomponent | |
parent | a5ef2108819ed199a357e803859157df0a217c68 (diff) |
fix thinko WNT though have been using libmyspell.lib
Kevin
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/spellcheck/spell/makefile.mk b/lingucomponent/source/spellcheck/spell/makefile.mk index a5e8c1e5c980..19bd8f60763a 100644 --- a/lingucomponent/source/spellcheck/spell/makefile.mk +++ b/lingucomponent/source/spellcheck/spell/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: khendricks $ $Date: 2001-09-11 11:30:16 $ +# last change: $Author: khendricks $ $Date: 2001-09-11 12:56:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,7 @@ USE_DEFFILE=TRUE MYSPELLLIB=-lmyspell .ENDIF # unx .IF "$(GUI)"=="WNT" -MYSPELLLIB=myspell.lib +MYSPELLLIB=libmyspell.lib .ENDIF # wnt .ENDIF #----- Settings --------------------------------------------------------- |