lazarus/components/mysql/mysqllaz.lpk
mattias e9489944bc started mysql package
git-svn-id: trunk@4666 -
2003-09-24 13:36:16 +00:00

48 lines
1.2 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<Name Value="MySQLLaz"/>
<Author Value="Mattias Gaertner"/>
<CompilerOptions>
<SearchPaths>
<UnitOutputDirectory Value="lib/"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Lazarus package for MySQL"/>
<License Value="LGPL"/>
<Version Minor="1" Release="1"/>
<Files Count="3">
<Item1>
<Filename Value="registermysql.lrs"/>
<Type Value="LRS"/>
</Item1>
<Item2>
<Filename Value="registermysql.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="RegisterMySQL"/>
</Item2>
<Item3>
<Filename Value="mysqldb.pp"/>
<Type Value="Virtual Unit"/>
<UnitName Value="MySQLDB"/>
</Item3>
</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>