2
0

makestub.lpi 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <MainUnitHasTitleStatement Value="False"/>
  9. <CompatibilityMode Value="True"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <Title Value="Javascript Import file Stub Creator"/>
  13. <UseAppBundle Value="False"/>
  14. <ResourceType Value="res"/>
  15. </General>
  16. <i18n>
  17. <EnableI18N LFM="False"/>
  18. </i18n>
  19. <BuildModes Count="1">
  20. <Item1 Name="Default" Default="True"/>
  21. </BuildModes>
  22. <PublishOptions>
  23. <Version Value="2"/>
  24. </PublishOptions>
  25. <RunParams>
  26. <FormatVersion Value="2"/>
  27. <Modes Count="1">
  28. <Mode0 Name="default">
  29. <local>
  30. <CommandLineParams Value="--input=&quot;$HOME/source/pas2js/src/rtl/web.pas -S2h&quot; --no-externalclass --no-implementation --no-externalvar --no-externalfunction -x jstypes -o web.pp"/>
  31. </local>
  32. </Mode0>
  33. </Modes>
  34. </RunParams>
  35. <Units Count="2">
  36. <Unit0>
  37. <Filename Value="makestub.pp"/>
  38. <IsPartOfProject Value="True"/>
  39. </Unit0>
  40. <Unit1>
  41. <Filename Value="stubcreator.pp"/>
  42. <IsPartOfProject Value="True"/>
  43. </Unit1>
  44. </Units>
  45. </ProjectOptions>
  46. <CompilerOptions>
  47. <Version Value="11"/>
  48. <Target>
  49. <Filename Value="makestub"/>
  50. </Target>
  51. <SearchPaths>
  52. <IncludeFiles Value="$(ProjOutDir)"/>
  53. <OtherUnitFiles Value="../src"/>
  54. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  55. </SearchPaths>
  56. </CompilerOptions>
  57. <Debugging>
  58. <Exceptions Count="3">
  59. <Item1>
  60. <Name Value="EAbort"/>
  61. </Item1>
  62. <Item2>
  63. <Name Value="ECodetoolError"/>
  64. </Item2>
  65. <Item3>
  66. <Name Value="EFOpenError"/>
  67. </Item3>
  68. </Exceptions>
  69. </Debugging>
  70. </CONFIG>