diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:42:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-09 11:42:40 +0000 |
commit | 1c83de0ee95cdf7a7118101e194b669cb13c27d0 (patch) | |
tree | 6f068195934fd08071482486781c169ade38ff6e /lingucomponent | |
parent | 0b6e33d06291ed4c30a4f1b0f949160101d6f189 (diff) |
INTEGRATION: CWS ooo20040225 (1.6.50); FILE MERGED
2004/02/16 05:24:05 khendricks 1.6.50.2: Volker's fix for correcting the name for myspell.dll
Thanks Volker!
2004/02/14 11:15:05 khendricks 1.6.50.1: syncing the 680 tree with my local lingucomponent tree
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lingucomponent/source/spellcheck/spell/makefile.mk b/lingucomponent/source/spellcheck/spell/makefile.mk index 1523323d58b8..301d082e6c90 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.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2003-03-26 13:03:01 $ +# last change: $Author: hr $ $Date: 2004-03-09 12:42:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,16 +72,16 @@ USE_DEFFILE=TRUE MYSPELLLIB=-lmyspell .ENDIF # unx .IF "$(GUI)"=="WNT" -MYSPELLLIB=libmyspell.lib +MYSPELLLIB=myspell.lib .ENDIF # wnt .ENDIF .IF "$(ULINGULIB)"=="" .IF "$(GUI)"=="UNX" -ULINGULIB=-lulingu$(UPD)$(DLLPOSTFIX) +ULINGULIB=-lulingu .ENDIF # unx .IF "$(GUI)"=="WNT" -ULINGULIB=$(LIBPRE) ulingu.lib +ULINGULIB=libulingu.lib .ENDIF # wnt .ENDIF @@ -125,9 +125,9 @@ UNOTYPES=\ com.sun.star.linguistic2.XThesaurus -CXXFLAGS += -I..$/myspell -I..$/..$/lingutil +CXXFLAGS += -I..$/myspell -I..$/..$/lingutil CFLAGSCXX += -I..$/myspell -I..$/..$/lingutil -CFLAGSCC += -I..$/myspell -I..$/..$/lingutil +CFLAGSCC += -I..$/myspell -I..$/..$/lingutil .IF "$(header)" == "" |