lazarus/components/cgi/cgilaz.lpk
mattias 48f29ad4c9 started cgilaz package
git-svn-id: trunk@4706 -
2003-10-09 11:31:48 +00:00

38 lines
957 B
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<Name Value="cgiLaz"/>
<Author Value="Mattias Gaertner"/>
<CompilerOptions>
<SearchPaths>
<UnitOutputDirectory Value="lib/"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="cgi applications with data modules"/>
<License Value="LGPL"/>
<Version Minor="1" Release="1"/>
<Files Count="1">
<Item1>
<Filename Value="cgimodules.pas"/>
<UnitName Value="cgiModules"/>
</Item1>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1">
<Item1>
<PackageName Value="LCL"/>
</Item1>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)/"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>