Skip to content

Commit

Permalink
Merge pull request #19 from theavege/fix/pack
Browse files Browse the repository at this point in the history
add brooktardigradebroker.pas to brookrt.lpk
  • Loading branch information
silvioprog authored Nov 12, 2024
2 parents 923bbfb + da64760 commit 4aa0152
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/brooktb.lpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<Name Value="brooktb"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<OtherUnitFiles Value="../brokers/Tardigrade"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
</SearchPaths>
</CompilerOptions>
<Files>
<Item>
<Filename Value="../brokers/Tardigrade/brooktardigradebroker.pas"/>
<UnitName Value="BrookTardigradeBroker"/>
</Item>
</Files>
<RequiredPkgs>
<Item>
<PackageName Value="FCL"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>

0 comments on commit 4aa0152

Please sign in to comment.