makestub.lpi 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. <local>
  27. <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"/>
  28. </local>
  29. <FormatVersion Value="2"/>
  30. <Modes Count="1">
  31. <Mode0 Name="default">
  32. <local>
  33. <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"/>
  34. </local>
  35. </Mode0>
  36. </Modes>
  37. </RunParams>
  38. <Units Count="2">
  39. <Unit0>
  40. <Filename Value="makestub.pp"/>
  41. <IsPartOfProject Value="True"/>
  42. </Unit0>
  43. <Unit1>
  44. <Filename Value="stubcreator.pp"/>
  45. <IsPartOfProject Value="True"/>
  46. </Unit1>
  47. </Units>
  48. </ProjectOptions>
  49. <CompilerOptions>
  50. <Version Value="11"/>
  51. <Target>
  52. <Filename Value="makestub"/>
  53. </Target>
  54. <SearchPaths>
  55. <IncludeFiles Value="$(ProjOutDir)"/>
  56. <OtherUnitFiles Value="../src"/>
  57. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  58. </SearchPaths>
  59. </CompilerOptions>
  60. <Debugging>
  61. <Exceptions Count="3">
  62. <Item1>
  63. <Name Value="EAbort"/>
  64. </Item1>
  65. <Item2>
  66. <Name Value="ECodetoolError"/>
  67. </Item2>
  68. <Item3>
  69. <Name Value="EFOpenError"/>
  70. </Item3>
  71. </Exceptions>
  72. </Debugging>
  73. </CONFIG>