mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 16:49:23 +02:00
compiler: remove big codepage maps from the compiler executable - they will be loaded from -FM path when needed
git-svn-id: trunk@26388 -
This commit is contained in:
parent
14a34239cc
commit
f9c3c598b6
@ -68,11 +68,17 @@ unit widestr;
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
{$if FPC_FULLVERSION>20700}
|
{$if FPC_FULLVERSION>20700}
|
||||||
{ the majority of character maps can be loaded by
|
{ use only small codepage maps, others will be }
|
||||||
compiler from binary file from the directory passed
|
{ loaded on demand from -FM path }
|
||||||
by -FM compiler switch }
|
|
||||||
// cp8859_1,cp437,
|
{ cyrillic code pages }
|
||||||
cpall, // disable this when dynamic charset loading is ready
|
cp1251,cp866,cp8859_5,
|
||||||
|
{ greek code page }
|
||||||
|
cp1253,
|
||||||
|
{ other code pages }
|
||||||
|
cp8859_1,cp850,cp437,cp1252,cp646,
|
||||||
|
cp874, cp856,
|
||||||
|
cp1250,cp1254,cp1255,cp1256,cp1257,cp1258,
|
||||||
{$endif}
|
{$endif}
|
||||||
globals,cutils;
|
globals,cutils;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user