Update info about locale support for DJGPP build

This commit is contained in:
Stas Degteff 2005-11-14 12:50:31 +00:00
parent e41f5bc936
commit 0c20e3a9cc

View File

@ -43,7 +43,9 @@ First, edit GNUmakef.def for the preferrable compilation options.
---- DJGPP ONLY ----
When building in DJGPP environment you may wish to use liblocal which may be
found on http://aaganichev.narod.ru/djgpp/llocl02b.zip. This provides basic
found on DJGPP site (visits a http://www.delorie.com/djgpp/ and locate for
llocl02b.zip) or on Alexander S. Aganichev's personal page (direct link is
http://aaganichev.narod.ru/djgpp/llocl02b.zip). This library provides basic
locale support via country.sys driver. Otherwise just comment -llocal in
GNUmakef.def.
------ COMMON ------