Browse Source

add generics to required packages

Ugochukwu Mmaduekwe 7 years ago
parent
commit
b3250f2fd5
1 changed files with 9 additions and 6 deletions
  1. 9 6
      CryptoLib/src/Packages/FPC/CryptoLib4PascalPackage.lpk

+ 9 - 6
CryptoLib/src/Packages/FPC/CryptoLib4PascalPackage.lpk

@@ -1869,20 +1869,23 @@ Thanks to Sphere 10 Software (http://www.sphere10.com/) for sponsoring the devel
         <UnitName Value="ClpIBlowfishEngine"/>
       </Item460>
     </Files>
-    <RequiredPkgs Count="3">
+    <RequiredPkgs Count="4">
       <Item1>
+        <PackageName Value="generics_collections"/>
+      </Item1>
+      <Item2>
         <PackageName Value="HashLib4PascalPackage"/>
         <MaxVersion Major="2" Minor="4"/>
         <MinVersion Major="2" Minor="5" Valid="True"/>
-      </Item1>
-      <Item2>
+      </Item2>
+      <Item3>
         <PackageName Value="SimpleBaseLib4PascalPackage"/>
         <MaxVersion Major="1" Minor="2"/>
         <MinVersion Major="1" Minor="4" Valid="True"/>
-      </Item2>
-      <Item3>
-        <PackageName Value="FCL"/>
       </Item3>
+      <Item4>
+        <PackageName Value="FCL"/>
+      </Item4>
     </RequiredPkgs>
     <UsageOptions>
       <UnitPath Value="$(PkgOutDir)"/>