httphost.lpi 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <SaveOnlyProjectUnits Value="True"/>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. <MainUnitHasScaledStatement Value="False"/>
  11. </Flags>
  12. <SessionStorage Value="InProjectDir"/>
  13. <Title Value="httphost"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. </General>
  17. <CustomData Count="3">
  18. <Item0 Name="MaintainHTML" Value="1"/>
  19. <Item1 Name="Pas2JSProject" Value="1"/>
  20. <Item2 Name="PasJSWebBrowserProject" Value="1"/>
  21. </CustomData>
  22. <BuildModes>
  23. <Item Name="Default" Default="True"/>
  24. </BuildModes>
  25. <PublishOptions>
  26. <Version Value="2"/>
  27. <UseFileFilters Value="True"/>
  28. </PublishOptions>
  29. <RunParams>
  30. <FormatVersion Value="2"/>
  31. </RunParams>
  32. <Units>
  33. <Unit>
  34. <Filename Value="httphost.lpr"/>
  35. <IsPartOfProject Value="True"/>
  36. <UnitName Value="FMXHost"/>
  37. </Unit>
  38. <Unit>
  39. <Filename Value="index.html"/>
  40. <IsPartOfProject Value="True"/>
  41. <CustomData Count="1">
  42. <Item0 Name="PasJSIsProjectHTMLFile" Value="1"/>
  43. </CustomData>
  44. </Unit>
  45. <Unit>
  46. <Filename Value="hostconfig.js"/>
  47. <IsPartOfProject Value="True"/>
  48. </Unit>
  49. <Unit>
  50. <Filename Value="../../Src/HTTP/pas2js/wasm.pas2js.httpapi.pas"/>
  51. <IsPartOfProject Value="True"/>
  52. </Unit>
  53. </Units>
  54. </ProjectOptions>
  55. <CompilerOptions>
  56. <Version Value="11"/>
  57. <Target>
  58. <Filename Value="httphost"/>
  59. </Target>
  60. <SearchPaths>
  61. <IncludeFiles Value="$(ProjOutDir)"/>
  62. <OtherUnitFiles Value="../../Src/HTTP;../../Src/HTTP/pas2js"/>
  63. <UnitOutputDirectory Value="js"/>
  64. </SearchPaths>
  65. <Parsing>
  66. <SyntaxOptions>
  67. <AllowLabel Value="False"/>
  68. <UseAnsiStrings Value="False"/>
  69. <CPPInline Value="False"/>
  70. </SyntaxOptions>
  71. </Parsing>
  72. <CodeGeneration>
  73. <TargetOS Value="browser"/>
  74. </CodeGeneration>
  75. <Linking>
  76. <Debugging>
  77. <GenerateDebugInfo Value="False"/>
  78. <UseLineInfoUnit Value="False"/>
  79. </Debugging>
  80. </Linking>
  81. <Other>
  82. <CustomOptions Value="-Jeutf-8 -Jirtl.js -Jc -Jminclude"/>
  83. <CompilerPath Value="$(pas2js)"/>
  84. </Other>
  85. </CompilerOptions>
  86. <Debugging>
  87. <Exceptions>
  88. <Item>
  89. <Name Value="EAbort"/>
  90. </Item>
  91. <Item>
  92. <Name Value="ECodetoolError"/>
  93. </Item>
  94. <Item>
  95. <Name Value="EFOpenError"/>
  96. </Item>
  97. </Exceptions>
  98. </Debugging>
  99. </CONFIG>