fcl_base_pas2js.lpk 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <Name Value="fcl_base_pas2js"/>
  5. <Type Value="RunTimeOnly"/>
  6. <Author Value="Mattias Gaertner"/>
  7. <AutoUpdate Value="Manually"/>
  8. <CompilerOptions>
  9. <Version Value="11"/>
  10. <SearchPaths>
  11. <UnitOutputDirectory Value="."/>
  12. </SearchPaths>
  13. <Other>
  14. <ExecuteBefore>
  15. <Command Value="$MakeExe(pas2js) -O- fcl_base_pas2js.pas"/>
  16. <ScanForFPCMsgs Value="True"/>
  17. </ExecuteBefore>
  18. </Other>
  19. <SkipCompiler Value="True"/>
  20. </CompilerOptions>
  21. <Description Value="Free Pascal Component Library - Base
  22. Port to pas2js."/>
  23. <License Value="Modified LGPL-2"/>
  24. <Version Major="1"/>
  25. <Files Count="3">
  26. <Item1>
  27. <Filename Value="custapp.pas"/>
  28. <UnitName Value="custapp"/>
  29. </Item1>
  30. <Item2>
  31. <Filename Value="nodejsapp.pas"/>
  32. <UnitName Value="nodejsapp"/>
  33. </Item2>
  34. <Item3>
  35. <Filename Value="browserapp.pas"/>
  36. <UnitName Value="browserapp"/>
  37. </Item3>
  38. </Files>
  39. <RequiredPkgs Count="1">
  40. <Item1>
  41. <PackageName Value="pas2js_rtl"/>
  42. </Item1>
  43. </RequiredPkgs>
  44. <UsageOptions>
  45. <UnitPath Value="$(PkgOutDir)"/>
  46. </UsageOptions>
  47. <PublishOptions>
  48. <Version Value="2"/>
  49. </PublishOptions>
  50. </Package>
  51. </CONFIG>