Browse Source

pas2js: docs

git-svn-id: trunk@37790 -
Mattias Gaertner 7 years ago
parent
commit
3165651bfd
2 changed files with 6 additions and 0 deletions
  1. 5 0
      utils/pas2js/docs/translation.html
  2. 1 0
      utils/pas2js/pas2jsfilecache.pp

+ 5 - 0
utils/pas2js/docs/translation.html

@@ -118,6 +118,11 @@ Put + after a boolean switch option to enable it, - to disable it
   -B      : Rebuild all
   -d<x>   : Defines the symbol <x>. Optional: -d<x>:=<value>
   -i<x>   : Write information and halt. <x> is a combination of the following letters:
+    D     : Write compiler date
+    SO    : Write compiler OS
+    SP    : Write compiler host processor
+    TO    : Write target platform
+    TP    : Write target processor
     V     : Write short compiler version
     W     : Write full compiler version
   -F...   Set file names and paths:

+ 1 - 0
utils/pas2js/pas2jsfilecache.pp

@@ -304,6 +304,7 @@ var
   ms: TMemoryStream;
   NewSource, FileEncoding: string;
 begin
+  //writeln('TPas2jsFileLineReader.Create ',AFilename);
   inherited Create(AFilename);
   ms:=TMemoryStream.Create;
   try