diff options
author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-03-29 19:43:13 +0000 |
---|---|---|
committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-03-29 19:43:13 +0000 |
commit | 2af213d147f25fd6e650c5a5f86c8d0f993f47f7 (patch) | |
tree | 5d1f3340e09ca6523f38a71e41d661d9ba4389b4 /rtl/nds/Makefile.fpc | |
parent | 48f865fe612863489f4b716a903ccb25a220d19a (diff) | |
download | fpc-2af213d147f25fd6e650c5a5f86c8d0f993f47f7.tar.gz |
* moving 4 cp9* units. These are 16-bit and big.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@27349 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/nds/Makefile.fpc')
-rw-r--r-- | rtl/nds/Makefile.fpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/nds/Makefile.fpc b/rtl/nds/Makefile.fpc index f03afd8c55..88dc62b539 100644 --- a/rtl/nds/Makefile.fpc +++ b/rtl/nds/Makefile.fpc @@ -19,7 +19,7 @@ units=$(SYSTEMUNIT) uuchar objpas macpas iso7185 strings \ #rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil fpmkunit #implicitunits=exeinfo \ implicitunits=cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \ - cp437 cp646 cp850 cp856 cp866 cp874 cp932 cp936 cp949 cp950 cp8859_1 cp8859_5 cp8859_2 cp852 + cp437 cp646 cp850 cp856 cp866 cp874 cp8859_1 cp8859_5 cp8859_2 cp852 [require] nortl=y |