2
0

lazwebwidgets.lpk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <PathDelim Value="\"/>
  5. <Name Value="lazwebwidgets"/>
  6. <Type Value="RunTimeOnly"/>
  7. <AutoUpdate Value="Manually"/>
  8. <CompilerOptions>
  9. <Version Value="11"/>
  10. <PathDelim Value="\"/>
  11. <SearchPaths>
  12. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  13. </SearchPaths>
  14. <Other>
  15. <ExecuteBefore>
  16. <Command Value="$MakeExe(IDE,pas2js) -O- -Jc -vbq lazwebwidgets.pas"/>
  17. <Parsers Count="1">
  18. <Item1 Value="Pas2JS"/>
  19. </Parsers>
  20. </ExecuteBefore>
  21. </Other>
  22. <SkipCompiler Value="True"/>
  23. </CompilerOptions>
  24. <Files Count="2">
  25. <Item1>
  26. <Filename Value="webwidget.pas"/>
  27. <UnitName Value="webwidget"/>
  28. </Item1>
  29. <Item2>
  30. <Filename Value="htmlwidgets.pp"/>
  31. <UnitName Value="htmlwidgets"/>
  32. </Item2>
  33. </Files>
  34. <RequiredPkgs Count="2">
  35. <Item1>
  36. <PackageName Value="pas2js_rtl"/>
  37. </Item1>
  38. <Item2>
  39. <PackageName Value="FCL"/>
  40. </Item2>
  41. </RequiredPkgs>
  42. <UsageOptions>
  43. <UnitPath Value="$(PkgOutDir)"/>
  44. </UsageOptions>
  45. <PublishOptions>
  46. <Version Value="2"/>
  47. </PublishOptions>
  48. </Package>
  49. </CONFIG>