/examples/codetools/jumptoimplementation/jumptoimplementation.lpk

http://github.com/graemeg/lazarus · Unknown · 45 lines · 45 code · 0 blank · 0 comment · 0 complexity · 0c65ccd3fb2903210cbef6c95547b0cd MD5 · raw file

  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <Package Version="2">
  4. <Name Value="JumpToImplementation"/>
  5. <CompilerOptions>
  6. <Version Value="5"/>
  7. <SearchPaths>
  8. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  9. </SearchPaths>
  10. <CodeGeneration>
  11. <Generate Value="Faster"/>
  12. </CodeGeneration>
  13. <Other>
  14. <CompilerPath Value="$(CompPath)"/>
  15. </Other>
  16. </CompilerOptions>
  17. <Files Count="1">
  18. <Item1>
  19. <Filename Value="codetoolsexample1.pas"/>
  20. <HasRegisterProc Value="True"/>
  21. <UnitName Value="codetoolsexample1"/>
  22. </Item1>
  23. </Files>
  24. <Type Value="RunAndDesignTime"/>
  25. <RequiredPkgs Count="3">
  26. <Item1>
  27. <PackageName Value="CodeTools"/>
  28. </Item1>
  29. <Item2>
  30. <PackageName Value="IDEIntf"/>
  31. </Item2>
  32. <Item3>
  33. <PackageName Value="FCL"/>
  34. <MinVersion Major="1" Valid="True"/>
  35. </Item3>
  36. </RequiredPkgs>
  37. <UsageOptions>
  38. <UnitPath Value="$(PkgOutDir)"/>
  39. </UsageOptions>
  40. <PublishOptions>
  41. <Version Value="2"/>
  42. <IgnoreBinaries Value="False"/>
  43. </PublishOptions>
  44. </Package>
  45. </CONFIG>