fcl_base_pas2js.lpk 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. <Parsing>
  14. <SyntaxOptions>
  15. <AllowLabel Value="False"/>
  16. <UseAnsiStrings Value="False"/>
  17. </SyntaxOptions>
  18. </Parsing>
  19. <Linking>
  20. <Debugging>
  21. <GenerateDebugInfo Value="False"/>
  22. </Debugging>
  23. </Linking>
  24. <Other>
  25. <CustomOptions Value="-Jc"/>
  26. <CompilerPath Value="$(pas2js)"/>
  27. </Other>
  28. </CompilerOptions>
  29. <Description Value="Free Pascal Component Library - Base
  30. Port to pas2js."/>
  31. <License Value="Modified LGPL-2"/>
  32. <Version Major="1"/>
  33. <Files Count="4">
  34. <Item1>
  35. <Filename Value="custapp.pas"/>
  36. <UnitName Value="custapp"/>
  37. </Item1>
  38. <Item2>
  39. <Filename Value="nodejsapp.pas"/>
  40. <UnitName Value="nodejsapp"/>
  41. </Item2>
  42. <Item3>
  43. <Filename Value="browserapp.pas"/>
  44. <UnitName Value="browserapp"/>
  45. </Item3>
  46. <Item4>
  47. <Filename Value="fpexprpars.pas"/>
  48. <UnitName Value="fpexprpars"/>
  49. </Item4>
  50. </Files>
  51. <UsageOptions>
  52. <UnitPath Value="$(PkgOutDir)"/>
  53. </UsageOptions>
  54. <PublishOptions>
  55. <Version Value="2"/>
  56. </PublishOptions>
  57. </Package>
  58. </CONFIG>