/examples/multithreading/waitforexample1.lpi

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

  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <Flags>
  7. <LRSInOutputDirectory Value="False"/>
  8. </Flags>
  9. <SessionStorage Value="InProjectDir"/>
  10. <MainUnit Value="0"/>
  11. <ResourceType Value="res"/>
  12. </General>
  13. <BuildModes Count="1">
  14. <Item1 Name="default" Default="True"/>
  15. </BuildModes>
  16. <PublishOptions>
  17. <Version Value="2"/>
  18. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  19. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  20. </PublishOptions>
  21. <RunParams>
  22. <local>
  23. <FormatVersion Value="1"/>
  24. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  25. </local>
  26. </RunParams>
  27. <RequiredPackages Count="1">
  28. <Item1>
  29. <PackageName Value="LCL"/>
  30. </Item1>
  31. </RequiredPackages>
  32. <Units Count="2">
  33. <Unit0>
  34. <Filename Value="waitforexample1.lpr"/>
  35. <IsPartOfProject Value="True"/>
  36. <UnitName Value="WaitForExample1"/>
  37. </Unit0>
  38. <Unit1>
  39. <Filename Value="waitforunit1.pas"/>
  40. <IsPartOfProject Value="True"/>
  41. <ComponentName Value="Form1"/>
  42. <HasResources Value="True"/>
  43. <ResourceBaseClass Value="Form"/>
  44. <UnitName Value="WaitForUnit1"/>
  45. </Unit1>
  46. </Units>
  47. </ProjectOptions>
  48. <CompilerOptions>
  49. <Version Value="11"/>
  50. <SearchPaths>
  51. </SearchPaths>
  52. <Parsing>
  53. <SyntaxOptions>
  54. <UseAnsiStrings Value="False"/>
  55. </SyntaxOptions>
  56. </Parsing>
  57. <Linking>
  58. <Options>
  59. <Win32>
  60. <GraphicApplication Value="True"/>
  61. </Win32>
  62. </Options>
  63. </Linking>
  64. <Other>
  65. <CompilerPath Value="$(CompPath)"/>
  66. </Other>
  67. </CompilerOptions>
  68. </CONFIG>