mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +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
|
||||
-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:
|
||||
|
@ -304,6 +304,7 @@ var
|
||||
ms: TMemoryStream;
|
||||
NewSource, FileEncoding: string;
|
||||
begin
|
||||
//writeln('TPas2jsFileLineReader.Create ',AFilename);
|
||||
inherited Create(AFilename);
|
||||
ms:=TMemoryStream.Create;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user