Jelajahi Sumber

+ added the wasm object format and the wasm32 arch to the fpcres help screen

Nikolay Nikolov 1 tahun lalu
induk
melakukan
8a34224782
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      utils/fpcres/fpcres.pas

+ 2 - 1
utils/fpcres/fpcres.pas

@@ -72,13 +72,14 @@ begin
   writeln('  --undefine, -U <sym> RC files: undefine a symbol');
   writeln('  --output, -o <x>     Set the output file name.');
   writeln('  -of <format>         Set the output file format. Supported formats:');
-  writeln('                         res, elf, coff, mach-o, external');
+  writeln('                         res, elf, coff, mach-o, wasm, external');
   writeln('  --arch, -a <name>    Set object file architecture. Supported architectures:');
   writeln('                         i386, x86_64, arm (coff)');
   writeln('                         i386, x86_64, powerpc, powerpc64, arm, armeb, m68k,');
   writeln('                         riscv32, riscv64,');
   writeln('                         sparc, sparc64, alpha, ia64, mips, mipsel (elf)');
   writeln('                         i386, x86_64, powerpc, powerpc64, arm, aarch64 (mach-o)');
+  writeln('                         wasm32 (wasm)');
   writeln('                         bigendian, littleendian (external)');
   writeln('  --subarch, -s <name> Set object file sub-architecture. Supported values:');
   writeln('                         arm: all, v4t, v6, v5tej, xscale, v7');