simpledemo.lpi 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <PathDelim Value="/"/>
  5. <Version Value="5"/>
  6. <General>
  7. <SessionStorage Value="InProjectDir"/>
  8. <MainUnit Value="0"/>
  9. <TargetFileExt Value=""/>
  10. </General>
  11. <VersionInfo>
  12. <ProjectVersion Value=""/>
  13. </VersionInfo>
  14. <PublishOptions>
  15. <Version Value="2"/>
  16. <IgnoreBinaries Value="False"/>
  17. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  18. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  19. </PublishOptions>
  20. <RunParams>
  21. <local>
  22. <FormatVersion Value="1"/>
  23. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  24. </local>
  25. </RunParams>
  26. <Units Count="1">
  27. <Unit0>
  28. <Filename Value="simpledemo.pp"/>
  29. <IsPartOfProject Value="True"/>
  30. <UnitName Value="simpledemo"/>
  31. </Unit0>
  32. </Units>
  33. </ProjectOptions>
  34. <CompilerOptions>
  35. <Version Value="5"/>
  36. <SearchPaths>
  37. <OtherUnitFiles Value="../src/"/>
  38. </SearchPaths>
  39. <CodeGeneration>
  40. <Generate Value="Faster"/>
  41. </CodeGeneration>
  42. <Other>
  43. <CompilerPath Value="$(CompPath)"/>
  44. </Other>
  45. </CompilerOptions>
  46. </CONFIG>