file case and package fixed
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@84 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
ac1d2e0d17
commit
78a311d958
components/virtualtreeview
@ -1,16 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Package Version="2">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="virtualtreeslcl"/>
|
||||
<Author Value="Joerg Thaler,Christian Ulrich"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="..\"/>
|
||||
<OtherUnitFiles Value="..\"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
<IncludeFiles Value="../"/>
|
||||
<OtherUnitFiles Value="../"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<Generate Value="Faster"/>
|
||||
@ -37,27 +35,27 @@ specific language governing rights and limitations under the License.
|
||||
<Version Major="4" Release="17" Build="20"/>
|
||||
<Files Count="6">
|
||||
<Item1>
|
||||
<Filename Value="..\VirtualTrees.lrs"/>
|
||||
<Filename Value="../virtualTrees.lrs"/>
|
||||
<Type Value="LRS"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<Filename Value="..\VirtualTrees.pas"/>
|
||||
<Filename Value="../virtualtrees.pas"/>
|
||||
<UnitName Value="VirtualTrees"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<Filename Value="..\virtualdrawtree.pas"/>
|
||||
<Filename Value="../virtualdrawtree.pas"/>
|
||||
<UnitName Value="VirtualDrawTree"/>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<Filename Value="..\virtualstringtree.pas"/>
|
||||
<Filename Value="../virtualstringtree.pas"/>
|
||||
<UnitName Value="VirtualStringTree"/>
|
||||
</Item4>
|
||||
<Item5>
|
||||
<Filename Value="..\VTHeaderPopup.pas"/>
|
||||
<Filename Value="../vtheaderpopup.pas"/>
|
||||
<UnitName Value="VTHeaderPopup"/>
|
||||
</Item5>
|
||||
<Item6>
|
||||
<Filename Value="..\vtregister.pas"/>
|
||||
<Filename Value="../vtregister.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
<UnitName Value="VTRegister"/>
|
||||
</Item6>
|
||||
@ -74,11 +72,10 @@ specific language governing rights and limitations under the License.
|
||||
<UsageOptions>
|
||||
<CustomOptions Value="-Facthreads
|
||||
"/>
|
||||
<UnitPath Value="$(PkgOutDir)\"/>
|
||||
<UnitPath Value="$(PkgOutDir)/"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
</PublishOptions>
|
||||
</Package>
|
||||
|
@ -25763,7 +25763,7 @@ end;*)
|
||||
|
||||
initialization
|
||||
{$i VirtualTrees.inc.res}
|
||||
{$i VirtualTrees.lrs}
|
||||
{$i virtualTrees.lrs}
|
||||
// This watcher is used whenever a global structure could be modified by more than one thread.
|
||||
Watcher := TCriticalSection.Create;
|
||||
finalization
|
||||
|
Loading…
Reference in New Issue
Block a user