Prepare to use system hunspell library. Patch from Semen Panevin 5025/121

This commit is contained in:
Stas Degteff
2011-03-20 15:48:14 +00:00
parent 9bd5e810a9
commit 1d2b0ef698
15 changed files with 19 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ endif
TOP=../..
TARGET=gall
INCS=-I$(TOP)/goldlib/gall
INCS=-I$(TOP)/goldlib -I$(TOP)/goldlib/gall
ifdef MINGW
INCS+=-I$(TOP)/goldlib/glibc
else
@@ -20,10 +20,6 @@ endif
endif
include $(TOP)/Config.def
ifneq ($(findstring GCFG_NO_MYSPELL, $(CPPFLAGS)), GCFG_NO_MYSPELL)
INCS+=-I$(TOP)/goldlib/hunspell
endif
include $(TOP)/GNUmakef.inc
ifeq ($(PLATFORM),emx)