mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 01:59:10 +02:00
Codetools: Enabled possibility to compile with fpmake
git-svn-id: trunk@61027 -
This commit is contained in:
parent
e98b6c7599
commit
cb9c628098
@ -3,6 +3,7 @@
|
|||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="CodeTools"/>
|
<Name Value="CodeTools"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<BuildMethod Value="Both"/>
|
||||||
<Author Value="Mattias Gaertner"/>
|
<Author Value="Mattias Gaertner"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
@ -168,6 +169,12 @@
|
|||||||
<Filename Value="memcheck.pas"/>
|
<Filename Value="memcheck.pas"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="MemCheck"/>
|
<UnitName Value="MemCheck"/>
|
||||||
|
<CustomOptions Items="FPMake" Version="2">
|
||||||
|
<_FPMake Items="AllCPUs/AllOSes">
|
||||||
|
<_AllCPUs Value="False"/>
|
||||||
|
<_AllOSes Value="False"/>
|
||||||
|
</_FPMake>
|
||||||
|
</CustomOptions>
|
||||||
</Item36>
|
</Item36>
|
||||||
<Item37>
|
<Item37>
|
||||||
<Filename Value="memcheck_laz.inc"/>
|
<Filename Value="memcheck_laz.inc"/>
|
||||||
@ -285,7 +292,6 @@
|
|||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IgnoreBinaries Value="False"/>
|
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
</Package>
|
</Package>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user