|
@@ -44,19 +44,35 @@
|
|
|
<CompilerOptions>
|
|
|
<Version Value="11"/>
|
|
|
<Target>
|
|
|
- <Filename Value="demoload"/>
|
|
|
+ <Filename Value="demoload.js" ApplyConventions="False"/>
|
|
|
</Target>
|
|
|
<SearchPaths>
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
|
</SearchPaths>
|
|
|
+ <Parsing>
|
|
|
+ <SyntaxOptions>
|
|
|
+ <AllowLabel Value="False"/>
|
|
|
+ <CPPInline Value="False"/>
|
|
|
+ <UseAnsiStrings Value="False"/>
|
|
|
+ </SyntaxOptions>
|
|
|
+ </Parsing>
|
|
|
+ <CodeGeneration>
|
|
|
+ <TargetOS Value="browser"/>
|
|
|
+ </CodeGeneration>
|
|
|
+ <Linking>
|
|
|
+ <Debugging>
|
|
|
+ <GenerateDebugInfo Value="False"/>
|
|
|
+ </Debugging>
|
|
|
+ </Linking>
|
|
|
<Other>
|
|
|
+ <CustomOptions Value="-Jc -Jminclude -Jirtl.js"/>
|
|
|
+ <CompilerPath Value="$(pas2js)"/>
|
|
|
<ExecuteBefore>
|
|
|
<Command Value="$MakeExe(pas2js) -Tbrowser -Jirtl.js -Jc $Name($(ProjFile))"/>
|
|
|
- <ScanForFPCMsgs Value="True"/>
|
|
|
+ <CompileReasons Compile="False" Build="False" Run="False"/>
|
|
|
</ExecuteBefore>
|
|
|
</Other>
|
|
|
- <CompileReasons Compile="False" Build="False" Run="False"/>
|
|
|
</CompilerOptions>
|
|
|
<Debugging>
|
|
|
<Exceptions Count="3">
|