mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 14:47:53 +02:00
91 lines
2.4 KiB
XML
91 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="12"/>
|
|
<General>
|
|
<Flags>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
<MainUnitHasScaledStatement Value="False"/>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<Title Value="WasiFetch1"/>
|
|
<UseAppBundle Value="False"/>
|
|
<ResourceType Value="res"/>
|
|
</General>
|
|
<BuildModes>
|
|
<Item Name="Default" Default="True"/>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<UseFileFilters Value="True"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<FormatVersion Value="2"/>
|
|
</RunParams>
|
|
<Units>
|
|
<Unit>
|
|
<Filename Value="WasiFetch1.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit>
|
|
<Unit>
|
|
<Filename Value="../dom/job_web.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="JOB_Web"/>
|
|
</Unit>
|
|
<Unit>
|
|
<Filename Value="../dom/job_js.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="JOB_JS"/>
|
|
</Unit>
|
|
<Unit>
|
|
<Filename Value="../../../packages/job/job_shared.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="JOB_Shared"/>
|
|
</Unit>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<Target>
|
|
<Filename Value="WasiFetch1.wasm" ApplyConventions="False"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
<OtherUnitFiles Value="../dom;../../../packages/job"/>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<TargetCPU Value="wasm32"/>
|
|
<TargetOS Value="wasi"/>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<GenerateDebugInfo Value="False"/>
|
|
</Debugging>
|
|
<Options>
|
|
<ExecutableType Value="Library"/>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<OtherDefines Count="1">
|
|
<Define0 Value="VerboseInvokeJSArgs"/>
|
|
</OtherDefines>
|
|
<CompilerPath Value="/usr/lib/fpc/3.3.1/ppcrosswasm32"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Exceptions>
|
|
<Item>
|
|
<Name Value="EAbort"/>
|
|
</Item>
|
|
<Item>
|
|
<Name Value="ECodetoolError"/>
|
|
</Item>
|
|
<Item>
|
|
<Name Value="EFOpenError"/>
|
|
</Item>
|
|
</Exceptions>
|
|
</Debugging>
|
|
</CONFIG>
|