algexpkg.lpk 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <PathDelim Value="\"/>
  5. <Name Value="AlgExPkg"/>
  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="AlgEx helps you to process algebric expressions passed as string.
  22. It supports addition, subtraction, multiplication and division and respects the priority of expressions enclosed in parentesis."/>
  23. <License Value="Please see the LICENSE file."/>
  24. <Version Major="1"/>
  25. <Files Count="1">
  26. <Item1>
  27. <Filename Value="..\src\algex.pas"/>
  28. <UnitName Value="AlgEx"/>
  29. </Item1>
  30. </Files>
  31. <Type Value="RunTimeOnly"/>
  32. <UsageOptions>
  33. <UnitPath Value="$(PkgOutDir)"/>
  34. </UsageOptions>
  35. <PublishOptions>
  36. <Version Value="2"/>
  37. </PublishOptions>
  38. </Package>
  39. </CONFIG>