mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 10:09:22 +02:00
pas2js: docs
git-svn-id: trunk@37790 -
This commit is contained in:
parent
bd7da20bdd
commit
3165651bfd
@ -118,6 +118,11 @@ Put + after a boolean switch option to enable it, - to disable it
|
|||||||
-B : Rebuild all
|
-B : Rebuild all
|
||||||
-d<x> : Defines the symbol <x>. Optional: -d<x>:=<value>
|
-d<x> : Defines the symbol <x>. Optional: -d<x>:=<value>
|
||||||
-i<x> : Write information and halt. <x> is a combination of the following letters:
|
-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
|
V : Write short compiler version
|
||||||
W : Write full compiler version
|
W : Write full compiler version
|
||||||
-F... Set file names and paths:
|
-F... Set file names and paths:
|
||||||
|
@ -304,6 +304,7 @@ var
|
|||||||
ms: TMemoryStream;
|
ms: TMemoryStream;
|
||||||
NewSource, FileEncoding: string;
|
NewSource, FileEncoding: string;
|
||||||
begin
|
begin
|
||||||
|
//writeln('TPas2jsFileLineReader.Create ',AFilename);
|
||||||
inherited Create(AFilename);
|
inherited Create(AFilename);
|
||||||
ms:=TMemoryStream.Create;
|
ms:=TMemoryStream.Create;
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user