mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
Add implicit units to wasi rtl
This commit is contained in:
parent
16f5863847
commit
f4964691b0
@ -10,6 +10,12 @@ units=system $(SYSINIT_UNITS) objpas wasiapi ctypes strings sysconst sysutils \
|
||||
charset cpall character unicodedata fpwidestring \
|
||||
classes uuchar dos extpas fpintres heaptrc wasiutil webassembly
|
||||
|
||||
implicitunits= cp1250 cp1251 cp1252 cp1253 cp1254 cp1255 cp1256 cp1257 cp1258 \
|
||||
cp437 cp646 cp737 cp775 cp850 cp852 cp855 cp856 cp857 cp860 cp861 cp862 \
|
||||
cp863 cp864 cp865 cp866 cp869 cp874 cp3021 cp8859_1 cp8859_2 cp8859_3 cp8859_4 \
|
||||
cp8859_5 cp8859_6 cp8859_7 cp8859_8 cp8859_9 cp8859_10 cp8859_11 \
|
||||
cp8859_13 cp8859_14 cp8859_15 cp8859_16 cpkoi8_r cpkoi8_u
|
||||
|
||||
[require]
|
||||
nortl=y
|
||||
[install]
|
||||
|
Loading…
Reference in New Issue
Block a user