You've already forked lazarus-ccr
* Add IDE Macro to enable debugging with MultiLog (trunk)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4397 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="virtualtreeview_package"/>
|
<Name Value="virtualtreeview_package"/>
|
||||||
|
<Type Value="RunAndDesignTime"/>
|
||||||
<AddToProjectUsesSection Value="True"/>
|
<AddToProjectUsesSection Value="True"/>
|
||||||
<Author Value="Mike Lischke (LCL Port: Luiz Américo)"/>
|
<Author Value="Mike Lischke (LCL Port: Luiz Américo)"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
@ -11,15 +12,30 @@
|
|||||||
<OtherUnitFiles Value="units/$(LCLWidgetType)"/>
|
<OtherUnitFiles Value="units/$(LCLWidgetType)"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
|
<Conditionals Value="if VirtualTreeView_Debug = 'True' then
|
||||||
|
begin
|
||||||
|
CustomOptions := '-dDEBUG_VTV';
|
||||||
|
UnitPath += ';$PkgOutDir(multiloglaz)';
|
||||||
|
UsageUnitPath += ';$PkgOutDir(multiloglaz)';
|
||||||
|
end;"/>
|
||||||
|
<BuildMacros>
|
||||||
|
<Count Value="1"/>
|
||||||
|
<Item1>
|
||||||
|
<Identifier Value="VirtualTreeView_Debug"/>
|
||||||
|
<Description Value="Enables debugging of VTV. Requires MultiLog package"/>
|
||||||
|
<Values Count="2">
|
||||||
|
<Item1 Value="True"/>
|
||||||
|
<Item2 Value="False"/>
|
||||||
|
</Values>
|
||||||
|
<ValueDescriptions Count="2"/>
|
||||||
|
</Item1>
|
||||||
|
</BuildMacros>
|
||||||
<Parsing>
|
<Parsing>
|
||||||
<SyntaxOptions>
|
<SyntaxOptions>
|
||||||
<CStyleMacros Value="True"/>
|
<CStyleMacros Value="True"/>
|
||||||
<UseAnsiStrings Value="False"/>
|
<UseAnsiStrings Value="False"/>
|
||||||
</SyntaxOptions>
|
</SyntaxOptions>
|
||||||
</Parsing>
|
</Parsing>
|
||||||
<Other>
|
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
|
||||||
</Other>
|
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="Virtual Treeview is an advanced TreeView component
|
<Description Value="Virtual Treeview is an advanced TreeView component
|
||||||
"/>
|
"/>
|
||||||
@ -57,7 +73,6 @@
|
|||||||
<UnitName Value="VTGraphics"/>
|
<UnitName Value="VTGraphics"/>
|
||||||
</Item7>
|
</Item7>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="lclextensions_package"/>
|
<PackageName Value="lclextensions_package"/>
|
||||||
|
Reference in New Issue
Block a user