mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 01:16:01 +02:00
aggpas: runtime package
git-svn-id: trunk@50842 -
This commit is contained in:
parent
29a6b11e16
commit
d778426de5
@ -1,23 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="3">
|
||||
<Package Version="4">
|
||||
<Name Value="AggPasLCL"/>
|
||||
<Author Value="Mattias Gaertner, Milan Marusinec"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="../src/"/>
|
||||
<OtherUnitFiles Value="../;../src/;../src/util/;../src/svg/;../src/ctrl/;../expat-pas/"/>
|
||||
<IncludeFiles Value="../src"/>
|
||||
<OtherUnitFiles Value="..;../src;../src/util;../src/svg;../src/ctrl;../expat-pas"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<SyntaxMode Value="Delphi"/>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Other>
|
||||
<CustomOptions Value="-gt"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="AggPas canvas for LCL"/>
|
||||
@ -882,7 +882,6 @@ This software is provided "as is" without express or implied warranty,
|
||||
<Type Value="Include"/>
|
||||
</Item208>
|
||||
</Files>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
<PackageName Value="LCL"/>
|
||||
@ -893,7 +892,7 @@ This software is provided "as is" without express or implied warranty,
|
||||
</Item2>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)/"/>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
|
Loading…
Reference in New Issue
Block a user