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:
parent
6854113d84
commit
344fce0b7c
@ -10,6 +10,10 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
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):
|
! Search config file sequence (*nix):
|
||||||
command line option "-C",
|
command line option "-C",
|
||||||
enviroment variable "GOLDED" (filename),
|
enviroment variable "GOLDED" (filename),
|
||||||
|
@ -8,17 +8,17 @@
|
|||||||
#
|
#
|
||||||
# to standard build or
|
# 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"
|
# NMAKE /f "golded.mak" CFG="Debug"
|
||||||
#
|
#
|
||||||
# to build debug binary or
|
# 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)" == ""
|
!IF "$(CFG)" == ""
|
||||||
|
Reference in New Issue
Block a user