* Add IDE Macro to enable debugging with MultiLog

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4396 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2015-11-22 15:05:29 +00:00
parent b2ca3098a4
commit 9e8eb82307

View File

@@ -1,7 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<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,14 +12,29 @@
<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>
<UseAnsiStrings Value="False"/> <UseAnsiStrings Value="False"/>
</SyntaxOptions> </SyntaxOptions>
</Parsing> </Parsing>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions> </CompilerOptions>
<Description Value="Virtual Treeview is an advanced component originally created for Delphi <Description Value="Virtual Treeview is an advanced component originally created for Delphi
"/> "/>
@@ -56,7 +72,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"/>