lpk: test compile to single js file

This commit is contained in:
mattias 2018-05-08 15:47:04 +00:00
parent f68fa0f34b
commit 719f42195e
5 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,6 @@
unit browserapp;
{$mode objfpc}{$H+}
{$mode objfpc}
interface

View File

@ -12,7 +12,7 @@
</SearchPaths>
<Other>
<ExecuteBefore>
<Command Value="$MakeExe(pas2js) -O- fcl_base_pas2js.pas"/>
<Command Value="$MakeExe(pas2js) -O- -Jc fcl_base_pas2js.pas"/>
<ScanForFPCMsgs Value="True"/>
</ExecuteBefore>
</Other>

View File

@ -11,7 +11,7 @@
</SearchPaths>
<Other>
<ExecuteBefore>
<Command Value="$MakeExe(pas2js) -O- pas2js_fcldb.pas"/>
<Command Value="$MakeExe(pas2js) -O- -Jc pas2js_fcldb.pas"/>
<ScanForFPCMsgs Value="True"/>
</ExecuteBefore>
</Other>

View File

@ -11,7 +11,7 @@
</SearchPaths>
<Other>
<ExecuteBefore>
<Command Value="$MakeExe(pas2js) -O- fpcunit_pas2js.pas"/>
<Command Value="$MakeExe(pas2js) -O- -Jc fpcunit_pas2js.pas"/>
</ExecuteBefore>
</Other>
<SkipCompiler Value="True"/>

View File

@ -7,9 +7,6 @@
<AutoUpdate Value="Manually"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<AllowLabel Value="False"/>
@ -23,7 +20,7 @@
<Other>
<CustomOptions Value="-dPas2js"/>
<ExecuteBefore>
<Command Value="$MakeExe(pas2js) -O- -Jc -FUlib pas2js_rtl.pas"/>
<Command Value="$MakeExe(pas2js) -O- -Jc pas2js_rtl.pas"/>
<ScanForFPCMsgs Value="True"/>
</ExecuteBefore>
</Other>