Replace macro __GOLD_SPELL__ with GCFG_NOSPELLDLL; DLL-speller allowed only for Win32; external spellcheck program is disabled if DLL-speller is enabled

This commit is contained in:
Stas Degteff 2006-01-21 01:02:44 +00:00
parent 6854113d84
commit 344fce0b7c
2 changed files with 8 additions and 4 deletions

View File

@ -10,6 +10,10 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________
! Spell checking using MS Office DLL (Win32 only). Disable external
spell check program if new spell checker is enabled. See -DGCFG_NOSPELLDLL
(/DGCFG_NOSPELLDLL) compiler option.
! Search config file sequence (*nix):
command line option "-C",
enviroment variable "GOLDED" (filename),

View File

@ -8,17 +8,17 @@
#
# to standard build or
#
# NMAKE /f "golded.mak" CFG="Release" CPP_EXTRA_FLAGS=/D__GOLD_SPELL__
# NMAKE /f "golded.mak" CFG="Release" CPP_EXTRA_FLAGS=/DGCFG_NOSPELLDLL
#
# to build with spellcheck feature or
# to build without MS Office spellcheck feature or
#
# NMAKE /f "golded.mak" CFG="Debug"
#
# to build debug binary or
#
# NMAKE /f "golded.mak" CFG="Debug" CPP_EXTRA_FLAGS=/D__GOLD_SPELL__
# NMAKE /f "golded.mak" CFG="Debug" CPP_EXTRA_FLAGS=/DGCFG_NOSPELLDLL
#
# to build debug binary with spellcheck feature
# to build debug binary without MS Office spellcheck feature
#
!IF "$(CFG)" == ""