gtk2forlazarus.lpk 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <Package Version="2">
  4. <Name Value="gtk2forLazarus"/>
  5. <Author Value="Mattias Gaertner, Olaf Leidinger"/>
  6. <CompilerOptions>
  7. <Version Value="4"/>
  8. <SearchPaths>
  9. <OtherUnitFiles Value="glib/;atk/;pango/;gtk+/gdk-pixbuf/;gtk+/gdk/;gtk+/gtk/"/>
  10. <UnitOutputDirectory Value="lib/$(TargetCPU)/$(TargetOS)"/>
  11. <LCLWidgetType Value="gtk"/>
  12. </SearchPaths>
  13. <CodeGeneration>
  14. <Generate Value="Faster"/>
  15. </CodeGeneration>
  16. <Other>
  17. <CompilerPath Value="$(CompPath)"/>
  18. <ExecuteAfter>
  19. <Command Value="mk_gtk2fpc_link_res.sh lib/$(TargetCPU)/$(TargetOS)"/>
  20. <ShowAllMessages Value="True"/>
  21. </ExecuteAfter>
  22. </Other>
  23. </CompilerOptions>
  24. <Description Value="GTK2 package for Lazarus"/>
  25. <License Value="LGPL2"/>
  26. <Files Count="7">
  27. <Item1>
  28. <Filename Value="glib/glib2.pas"/>
  29. <UnitName Value="glib2"/>
  30. </Item1>
  31. <Item2>
  32. <Filename Value="atk/atk.pas"/>
  33. <UnitName Value="atk"/>
  34. </Item2>
  35. <Item3>
  36. <Filename Value="pango/pango.pas"/>
  37. <UnitName Value="pango"/>
  38. </Item3>
  39. <Item4>
  40. <Filename Value="gtk+/gdk-pixbuf/gdk2pixbuf.pas"/>
  41. <UnitName Value="gdk2pixbuf"/>
  42. </Item4>
  43. <Item5>
  44. <Filename Value="gtk+/gdk/gdk2.pas"/>
  45. <UnitName Value="gdk2"/>
  46. </Item5>
  47. <Item6>
  48. <Filename Value="gtk+/gtk/gtk2.pas"/>
  49. <UnitName Value="gtk2"/>
  50. </Item6>
  51. <Item7>
  52. <Filename Value="mk_gtk2fpc_link_res.sh"/>
  53. <Type Value="Text"/>
  54. </Item7>
  55. </Files>
  56. <Type Value="RunAndDesignTime"/>
  57. <RequiredPkgs Count="1">
  58. <Item1>
  59. <PackageName Value="FCL"/>
  60. <MinVersion Major="1" Valid="True"/>
  61. </Item1>
  62. </RequiredPkgs>
  63. <UsageOptions>
  64. <UnitPath Value="$(PkgOutDir)/"/>
  65. </UsageOptions>
  66. <PublishOptions>
  67. <Version Value="2"/>
  68. <IgnoreBinaries Value="False"/>
  69. </PublishOptions>
  70. </Package>
  71. </CONFIG>