GCC build with Myspell support (DJGPP)

This commit is contained in:
Stas Degteff 2006-03-12 09:15:19 +00:00
parent df1529fd6a
commit 0eece91200
3 changed files with 8 additions and 3 deletions

View File

@ -143,7 +143,7 @@ gutlwinm cpp all bcx cyg
gutlunix cpp all lnx sun gutlunix cpp all lnx sun
gutlbeos cpp all be gutlbeos cpp all be
be_lock c all be be_lock c all be
gespell cpp all cyg gespell cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
## Low-level text video ## Low-level text video
gvidbase cpp all nov bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun gvidbase cpp all nov bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun

View File

@ -51,8 +51,8 @@ protected:
bool mIsUdrLoaded; bool mIsUdrLoaded;
char mLangCode[100]; char mLangCode[100];
char mEngine[_MAX_PATH]; char mEngine[PATH_MAX];
char mDictionary[_MAX_PATH]; char mDictionary[PATH_MAX];
Chs *mToDicTable; Chs *mToDicTable;
Chs *mToLocTable; Chs *mToLocTable;

View File

@ -1,3 +1,8 @@
## ------------------------------------------------------------------
## Master build file.
## ------------------------------------------------------------------
#filename filesuffix platforms list
#
affentry cxx all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun affentry cxx all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
affixmgr cxx all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun affixmgr cxx all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
csutil cxx all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun csutil cxx all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun