You've already forked lazarus-ccr
New version for CCR
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@101 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,14 +1,16 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="2">
|
<Package Version="2">
|
||||||
|
<PathDelim Value="\"/>
|
||||||
<Name Value="virtualtreeslcl"/>
|
<Name Value="virtualtreeslcl"/>
|
||||||
<Author Value="Joerg Thaler,Christian Ulrich"/>
|
<Author Value="Joerg Thaler,Christian Ulrich"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="../"/>
|
<IncludeFiles Value="..\"/>
|
||||||
<OtherUnitFiles Value="../"/>
|
<OtherUnitFiles Value="..\"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
@ -32,30 +34,30 @@ Software distributed under the License is distributed on an "AS IS" ba
|
|||||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing rights and limitations under the License.
|
specific language governing rights and limitations under the License.
|
||||||
"/>
|
"/>
|
||||||
<Version Major="4" Release="17" Build="20"/>
|
<Version Major="4" Release="17" Build="25"/>
|
||||||
<Files Count="6">
|
<Files Count="6">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="../virtualTrees.lrs"/>
|
<Filename Value="..\virtualTrees.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<Filename Value="../virtualtrees.pas"/>
|
<Filename Value="..\virtualtrees.pas"/>
|
||||||
<UnitName Value="VirtualTrees"/>
|
<UnitName Value="VirtualTrees"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
<Filename Value="../virtualdrawtree.pas"/>
|
<Filename Value="..\virtualdrawtree.pas"/>
|
||||||
<UnitName Value="VirtualDrawTree"/>
|
<UnitName Value="VirtualDrawTree"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
<Item4>
|
<Item4>
|
||||||
<Filename Value="../virtualstringtree.pas"/>
|
<Filename Value="..\virtualstringtree.pas"/>
|
||||||
<UnitName Value="VirtualStringTree"/>
|
<UnitName Value="VirtualStringTree"/>
|
||||||
</Item4>
|
</Item4>
|
||||||
<Item5>
|
<Item5>
|
||||||
<Filename Value="../vtheaderpopup.pas"/>
|
<Filename Value="..\vtheaderpopup.pas"/>
|
||||||
<UnitName Value="VTHeaderPopup"/>
|
<UnitName Value="VTHeaderPopup"/>
|
||||||
</Item5>
|
</Item5>
|
||||||
<Item6>
|
<Item6>
|
||||||
<Filename Value="../vtregister.pas"/>
|
<Filename Value="..\vtregister.pas"/>
|
||||||
<HasRegisterProc Value="True"/>
|
<HasRegisterProc Value="True"/>
|
||||||
<UnitName Value="VTRegister"/>
|
<UnitName Value="VTRegister"/>
|
||||||
</Item6>
|
</Item6>
|
||||||
@ -72,10 +74,11 @@ specific language governing rights and limitations under the License.
|
|||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<CustomOptions Value="-Facthreads
|
<CustomOptions Value="-Facthreads
|
||||||
"/>
|
"/>
|
||||||
<UnitPath Value="$(PkgOutDir)/"/>
|
<UnitPath Value="$(PkgOutDir)\"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
|
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
||||||
<IgnoreBinaries Value="False"/>
|
<IgnoreBinaries Value="False"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
</Package>
|
</Package>
|
||||||
|
@ -39,7 +39,7 @@ Software distributed under the License is distributed on an "AS IS" ba
|
|||||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing rights and limitations under the License.
|
specific language governing rights and limitations under the License.
|
||||||
"/>
|
"/>
|
||||||
<Version Major="4" Release="17" Build="24"/>
|
<Version Major="4" Release="17" Build="25"/>
|
||||||
<Files Count="6">
|
<Files Count="6">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="..\VirtualTrees.lrs"/>
|
<Filename Value="..\VirtualTrees.lrs"/>
|
||||||
|
Reference in New Issue
Block a user