summaryrefslogtreecommitdiff
path: root/packages/ide/fparm.lpi
blob: c93c202874870329be7b48a90251bd7e8442248d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <ProjectOptions>
    <Version Value="12"/>
    <General>
      <Flags>
        <MainUnitHasCreateFormStatements Value="False"/>
        <MainUnitHasTitleStatement Value="False"/>
        <MainUnitHasScaledStatement Value="False"/>
      </Flags>
      <SessionStorage Value="InProjectDir"/>
      <Title Value="fp"/>
      <UseAppBundle Value="False"/>
      <ResourceType Value="res"/>
    </General>
    <BuildModes>
      <Item Name="Default" Default="True"/>
    </BuildModes>
    <PublishOptions>
      <Version Value="2"/>
      <UseFileFilters Value="True"/>
    </PublishOptions>
    <RunParams>
      <FormatVersion Value="2"/>
      <Modes Count="0"/>
    </RunParams>
    <Units>
      <Unit>
        <Filename Value="fp.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="FP"/>
      </Unit>
    </Units>
  </ProjectOptions>
  <CompilerOptions>
    <Version Value="11"/>
    <Target>
      <Filename Value="bin/$(TargetCPU)-$(TargetOS)/fp"/>
    </Target>
    <SearchPaths>
      <IncludeFiles Value="$(ProjOutDir);../../compiler;../../compiler/arm"/>
      <OtherUnitFiles Value="../../compiler;../../compiler/armgen;../../compiler/arm;../../compiler/systems;../rtl-extra/src/inc;../fv/src"/>
      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    </SearchPaths>
    <Parsing>
      <SyntaxOptions>
        <SyntaxMode Value="fpc"/>
        <UseAnsiStrings Value="False"/>
      </SyntaxOptions>
    </Parsing>
    <Other>
      <CustomOptions Value="-darm
-dnodebug"/>
    </Other>
  </CompilerOptions>
  <Debugging>
    <Exceptions Count="1">
      <Item1>
        <Name Value="ECompilerAbort"/>
      </Item1>
    </Exceptions>
  </Debugging>
</CONFIG>