/components/daemon/lazdaemon.lpk

http://github.com/graemeg/lazarus · Unknown · 61 lines · 61 code · 0 blank · 0 comment · 0 complexity · 8b407be75fb7fb7a509e519145e560cd MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <Name Value="lazdaemon"/>
  5. <Author Value="Michael Van Canneyt"/>
  6. <CompilerOptions>
  7. <Version Value="11"/>
  8. <SearchPaths>
  9. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
  10. </SearchPaths>
  11. <Parsing>
  12. <SyntaxOptions>
  13. <UseAnsiStrings Value="False"/>
  14. </SyntaxOptions>
  15. </Parsing>
  16. </CompilerOptions>
  17. <Description Value="Lazarus Service (Daemon) Support"/>
  18. <License Value="Modified LGPL as in FCL or RTL"/>
  19. <Version Minor="9" Release="9"/>
  20. <Files Count="3">
  21. <Item1>
  22. <Filename Value="reglazdaemon.pp"/>
  23. <HasRegisterProc Value="True"/>
  24. <UnitName Value="reglazdaemon"/>
  25. </Item1>
  26. <Item2>
  27. <Filename Value="daemonapp.pp"/>
  28. <Type Value="Virtual Unit"/>
  29. <UnitName Value="daemonapp"/>
  30. </Item2>
  31. <Item3>
  32. <Filename Value="lazdaemonapp.pp"/>
  33. <UnitName Value="lazdaemonapp"/>
  34. </Item3>
  35. </Files>
  36. <i18n>
  37. <EnableI18N Value="True"/>
  38. <OutDir Value="languages"/>
  39. </i18n>
  40. <Type Value="RunAndDesignTime"/>
  41. <RequiredPkgs Count="3">
  42. <Item1>
  43. <PackageName Value="LCL"/>
  44. </Item1>
  45. <Item2>
  46. <PackageName Value="IDEIntf"/>
  47. </Item2>
  48. <Item3>
  49. <PackageName Value="FCL"/>
  50. <MinVersion Major="1" Valid="True"/>
  51. </Item3>
  52. </RequiredPkgs>
  53. <UsageOptions>
  54. <UnitPath Value="$(PkgOutDir)"/>
  55. </UsageOptions>
  56. <PublishOptions>
  57. <Version Value="2"/>
  58. <IgnoreBinaries Value="False"/>
  59. </PublishOptions>
  60. </Package>
  61. </CONFIG>