convutilspkg.lpk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <PathDelim Value="\"/>
  5. <Name Value="ConvUtilsPkg"/>
  6. <Author Value="Silvio Clecio - http://silvioprog.com.br"/>
  7. <CompilerOptions>
  8. <Version Value="11"/>
  9. <PathDelim Value="\"/>
  10. <SearchPaths>
  11. <OtherUnitFiles Value="..\src"/>
  12. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  13. </SearchPaths>
  14. <Other>
  15. <CompilerMessages>
  16. <MsgFileName Value=""/>
  17. </CompilerMessages>
  18. <CompilerPath Value="$(CompPath)"/>
  19. </Other>
  20. </CompilerOptions>
  21. <Description Value="Centimeters, inches, liters... Sometimes it's necessary to convert one measure to another and it is suitable to have something to help you. ConvUtils is the answer for you."/>
  22. <License Value="Please see the LICENSE file."/>
  23. <Version Major="1"/>
  24. <Files Count="1">
  25. <Item1>
  26. <Filename Value="..\src\convutils.pas"/>
  27. <UnitName Value="ConvUtils"/>
  28. </Item1>
  29. </Files>
  30. <Type Value="RunTimeOnly"/>
  31. <RequiredPkgs Count="1">
  32. <Item1>
  33. <PackageName Value="FCL"/>
  34. </Item1>
  35. </RequiredPkgs>
  36. <UsageOptions>
  37. <UnitPath Value="$(PkgOutDir)"/>
  38. </UsageOptions>
  39. <PublishOptions>
  40. <Version Value="2"/>
  41. </PublishOptions>
  42. </Package>
  43. </CONFIG>