rtl: fixed pas2js_rtl.lpk building with -Tbrowser

This commit is contained in:
mattias 2018-12-23 13:10:58 +00:00
parent 2905e30982
commit 7a3645e7d4
2 changed files with 4 additions and 2 deletions

View File

@ -58,6 +58,7 @@
</Item4>
<Item5>
<Filename Value="nodejs.pas"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="NodeJS"/>
</Item5>
<Item6>

View File

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