mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-25 13:42:41 +02:00
40 lines
1.1 KiB
XML
40 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<Name Value="DemoInternalCompiler"/>
|
|
<Type Value="DesignTime"/>
|
|
<Author Value="Mattias Gaertner"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
|
|
</SearchPaths>
|
|
</CompilerOptions>
|
|
<Description Value="Demo how to run a thread producing output shown in the IDE Messages window."/>
|
|
<License Value="modified LGPL-2"/>
|
|
<Version Major="1"/>
|
|
<Files>
|
|
<Item>
|
|
<Filename Value="demointernalcompilerreg.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="DemoInternalCompilerReg"/>
|
|
</Item>
|
|
</Files>
|
|
<RequiredPkgs>
|
|
<Item>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="FCL"/>
|
|
</Item>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<UseFileFilters Value="True"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
</CONFIG>
|