/components/tdbf/dbflaz.lpk

http://github.com/graemeg/lazarus · Unknown · 57 lines · 57 code · 0 blank · 0 comment · 0 complexity · 1ce997f720c7ef5813124ba32e5f3c07 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <Package Version="4">
  4. <Name Value="DBFLaz"/>
  5. <AddToProjectUsesSection Value="True"/>
  6. <Author Value="Michael Van Canneyt"/>
  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="DBase (DBF) package for Lazarus"/>
  22. <License Value="LGPL with linking exception (LCL license)"/>
  23. <Version Minor="1" Release="1"/>
  24. <Files Count="2">
  25. <Item1>
  26. <Filename Value="registerdbf.pas"/>
  27. <HasRegisterProc Value="True"/>
  28. <UnitName Value="RegisterDBF"/>
  29. </Item1>
  30. <Item2>
  31. <Filename Value="Dbf.pas"/>
  32. <Type Value="Virtual Unit"/>
  33. <UnitName Value="Dbf"/>
  34. </Item2>
  35. </Files>
  36. <i18n>
  37. <EnableI18N Value="True"/>
  38. <OutDir Value="languages"/>
  39. </i18n>
  40. <Type Value="RunAndDesignTime"/>
  41. <RequiredPkgs Count="2">
  42. <Item1>
  43. <PackageName Value="IDEIntf"/>
  44. </Item1>
  45. <Item2>
  46. <PackageName Value="LCL"/>
  47. </Item2>
  48. </RequiredPkgs>
  49. <UsageOptions>
  50. <UnitPath Value="$(PkgOutDir)"/>
  51. </UsageOptions>
  52. <PublishOptions>
  53. <Version Value="2"/>
  54. <IgnoreBinaries Value="False"/>
  55. </PublishOptions>
  56. </Package>
  57. </CONFIG>