lazarus/examples/internalcompiler/demointernalcompiler.lpk

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>