pas2fpm.lpi 1.9 KB

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