pas2js: docs

git-svn-id: trunk@37790 -
This commit is contained in:
Mattias Gaertner 2017-12-24 09:31:14 +00:00
parent bd7da20bdd
commit 3165651bfd
2 changed files with 6 additions and 0 deletions

View File

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

View File

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