浏览代码

pastojs: added -iJ

git-svn-id: trunk@40559 -
Mattias Gaertner 6 年之前
父节点
当前提交
f7661c6fd4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      utils/pas2js/docs/translation.html

+ 2 - 1
utils/pas2js/docs/translation.html

@@ -133,6 +133,7 @@ Put + after a boolean switch option to enable it, - to disable it
     -ic   : Write list of supported JS processors usable by -P<x>
     -ic   : Write list of supported JS processors usable by -P<x>
     -io   : Write list of supported optimizations usable by -Oo<x>
     -io   : Write list of supported optimizations usable by -Oo<x>
     -it   : Write list of supported targets usable by -T<x>
     -it   : Write list of supported targets usable by -T<x>
+    -iJ  : Write list of supported JavaScript identifiers -JoRTL-<x>
   -C<x>   : Code generation options. <x> is a combination of the following letters:
   -C<x>   : Code generation options. <x> is a combination of the following letters:
     o     : Overflow checking
     o     : Overflow checking
     r     : Range checking
     r     : Range checking
@@ -168,7 +169,7 @@ Put + after a boolean switch option to enable it, - to disable it
      -JoCheckVersion=main: insert rtl version check into main. (since 1.1)
      -JoCheckVersion=main: insert rtl version check into main. (since 1.1)
      -JoCheckVersion=system: insert rtl version check into system unit init. (since 1.1)
      -JoCheckVersion=system: insert rtl version check into system unit init. (since 1.1)
      -JoCheckVersion=unit: insert rtl version check into every unit init. (since 1.1)
      -JoCheckVersion=unit: insert rtl version check into every unit init. (since 1.1)
-     -JoRTL-<x>=<y>: set RTL identifier x to value y. (since 1.1)
+     -JoRTL-<x>=<y>: set RTL identifier x to value y. See -iJ. (since 1.1)
    -Jpcmd<command> : Run postprocessor. For each generated js execute
    -Jpcmd<command> : Run postprocessor. For each generated js execute
                   command passing the js as stdin and read the new js from stdout.
                   command passing the js as stdin and read the new js from stdout.
                   This option can be added multiple times to call several
                   This option can be added multiple times to call several