Browse Source

Add implicit units to wasi rtl

Pierre Muller 3 years ago
parent
commit
f4964691b0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      rtl/wasi/Makefile.fpc

+ 6 - 0
rtl/wasi/Makefile.fpc

@@ -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]