/components/sqldb/sqldblaz.lpk

http://github.com/graemeg/lazarus · Unknown · 71 lines · 70 code · 1 blank · 0 comment · 0 complexity · 4a48ea8d373adc6e2e93868bfd39f411 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <Name Value="SQLDBLaz"/>
  5. <Type Value="RunAndDesignTime"/>
  6. <Author Value="Joost van der Sluis"/>
  7. <CompilerOptions>
  8. <Version Value="11"/>
  9. <SearchPaths>
  10. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
  11. </SearchPaths>
  12. <Parsing>
  13. <SyntaxOptions>
  14. <UseAnsiStrings Value="False"/>
  15. </SyntaxOptions>
  16. </Parsing>
  17. <Other>
  18. <CustomOptions Value="$(IDEBuildOptions)"/>
  19. </Other>
  20. </CompilerOptions>
  21. <Description Value="Lazarus package for the FCL SQLdb components.
  22. "/>
  23. <License Value="Modified LGPL-2
  24. With the exception of the unit registersqldb, which is GPL-2. This unit contains code for the IDE and is usually not used by programs."/>
  25. <Version Major="1" Release="2"/>
  26. <Files Count="4">
  27. <Item1>
  28. <Filename Value="registersqldb.pas"/>
  29. <HasRegisterProc Value="True"/>
  30. <AddToUsesPkgSection Value="False"/>
  31. <UnitName Value="registersqldb"/>
  32. </Item1>
  33. <Item2>
  34. <Filename Value="sqldb.pp"/>
  35. <Type Value="Virtual Unit"/>
  36. <UnitName Value="sqldb"/>
  37. </Item2>
  38. <Item3>
  39. <Filename Value="sqlstringspropertyeditordlg.lfm"/>
  40. <Type Value="LFM"/>
  41. </Item3>
  42. <Item4>
  43. <Filename Value="sqlstringspropertyeditordlg.pas"/>
  44. <UnitName Value="SQLStringsPropertyEditorDlg"/>
  45. </Item4>
  46. </Files>
  47. <i18n>
  48. <EnableI18N Value="True"/>
  49. <OutDir Value="languages"/>
  50. </i18n>
  51. <RequiredPkgs Count="3">
  52. <Item1>
  53. <PackageName Value="CodeTools"/>
  54. </Item1>
  55. <Item2>
  56. <PackageName Value="SynEdit"/>
  57. </Item2>
  58. <Item3>
  59. <PackageName Value="IDEIntf"/>
  60. </Item3>
  61. </RequiredPkgs>
  62. <UsageOptions>
  63. <UnitPath Value="$(PkgOutDir)"/>
  64. </UsageOptions>
  65. <PublishOptions>
  66. <Version Value="2"/>
  67. <IgnoreBinaries Value="False"/>
  68. </PublishOptions>
  69. </Package>
  70. </CONFIG>