loadlibdemo.lpi 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <MainUnitHasTitleStatement Value="False"/>
  9. </Flags>
  10. <SessionStorage Value="InProjectDir"/>
  11. <MainUnit Value="0"/>
  12. <Title Value="loadlibdemo"/>
  13. <UseAppBundle Value="False"/>
  14. <ResourceType Value="res"/>
  15. </General>
  16. <i18n>
  17. <EnableI18N LFM="False"/>
  18. </i18n>
  19. <VersionInfo>
  20. <StringTable ProductVersion=""/>
  21. </VersionInfo>
  22. <BuildModes Count="1">
  23. <Item1 Name="Default" Default="True"/>
  24. </BuildModes>
  25. <PublishOptions>
  26. <Version Value="2"/>
  27. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  28. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  29. </PublishOptions>
  30. <RunParams>
  31. <local>
  32. <FormatVersion Value="1"/>
  33. <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  34. </local>
  35. </RunParams>
  36. <Units Count="2">
  37. <Unit0>
  38. <Filename Value="loadlibdemo.pp"/>
  39. <IsPartOfProject Value="True"/>
  40. <UnitName Value="loadlibdemo"/>
  41. </Unit0>
  42. <Unit1>
  43. <Filename Value="../src/sqldb/sqldblib.pp"/>
  44. <IsPartOfProject Value="True"/>
  45. <UnitName Value="sqldblib"/>
  46. </Unit1>
  47. </Units>
  48. </ProjectOptions>
  49. <CompilerOptions>
  50. <Version Value="11"/>
  51. <Target>
  52. <Filename Value="loadlibdemo"/>
  53. </Target>
  54. <SearchPaths>
  55. <IncludeFiles Value="$(ProjOutDir)"/>
  56. <OtherUnitFiles Value="../units/$(TargetCPU)-$(TargetOS)"/>
  57. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  58. </SearchPaths>
  59. <Other>
  60. <CompilerMessages>
  61. <MsgFileName Value=""/>
  62. </CompilerMessages>
  63. <CompilerPath Value="$(CompPath)"/>
  64. </Other>
  65. </CompilerOptions>
  66. <Debugging>
  67. <Exceptions Count="3">
  68. <Item1>
  69. <Name Value="EAbort"/>
  70. </Item1>
  71. <Item2>
  72. <Name Value="ECodetoolError"/>
  73. </Item2>
  74. <Item3>
  75. <Name Value="EFOpenError"/>
  76. </Item3>
  77. </Exceptions>
  78. </Debugging>
  79. </CONFIG>