mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 11:47:47 +02:00
rtl: fixed pas2js_rtl.lpk building with -Tbrowser
This commit is contained in:
parent
2905e30982
commit
7a3645e7d4
@ -58,6 +58,7 @@
|
||||
</Item4>
|
||||
<Item5>
|
||||
<Filename Value="nodejs.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="NodeJS"/>
|
||||
</Item5>
|
||||
<Item6>
|
||||
|
@ -8,8 +8,9 @@ unit pas2js_rtl;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, JS, Math, NodeJS, ObjPas, RTLConsts, SysUtils, Types, TypInfo, Web, hotreloadclient, DateUtils, strutils, contnrs,
|
||||
browserconsole, webrouter, RTTI, webgl;
|
||||
Classes, JS, Math, ObjPas, RTLConsts, SysUtils, Types, TypInfo, Web,
|
||||
hotreloadclient, DateUtils, strutils, contnrs, browserconsole, webrouter,
|
||||
RTTI, webgl;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user