Changeset 425 for Generics/NativeGenerics/NativeGenerics.lpk
- Timestamp:
- Sep 21, 2012, 9:19:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/NativeGenerics/NativeGenerics.lpk
r324 r425 5 5 <Name Value="NativeGenerics"/> 6 6 <AddToProjectUsesSection Value="True"/> 7 <Author Value="Chronos "/>7 <Author Value="Chronos (robie@centrum.cz)"/> 8 8 <CompilerOptions> 9 9 <Version Value="11"/> 10 10 <PathDelim Value="\"/> 11 11 <SearchPaths> 12 <OtherUnitFiles Value="Units "/>12 <OtherUnitFiles Value="Units;Additional"/> 13 13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 14 14 </SearchPaths> … … 25 25 </Other> 26 26 </CompilerOptions> 27 <Description Value="Native generics library."/> 27 <Description Value="Native generics library. 28 Require FPC 2.7.1"/> 28 29 <License Value="GNU/GPL"/> 29 <Version Minor=" 1"/>30 <Files Count="1 2">30 <Version Minor="2"/> 31 <Files Count="15"> 31 32 <Item1> 32 33 <Filename Value="ReadMe.txt"/> … … 77 78 <UnitName Value="GenericBitmap"/> 78 79 </Item12> 80 <Item13> 81 <Filename Value="Units\GenericRectangle.pas"/> 82 <UnitName Value="GenericRectangle"/> 83 </Item13> 84 <Item14> 85 <Filename Value="Units\GenericPoint.pas"/> 86 <UnitName Value="GenericPoint"/> 87 </Item14> 88 <Item15> 89 <Filename Value="Additional\UBinarySerializer.pas"/> 90 <UnitName Value="UBinarySerializer"/> 91 </Item15> 79 92 </Files> 80 93 <Type Value="RunAndDesignTime"/>
Note:
See TracChangeset
for help on using the changeset viewer.