summaryrefslogtreecommitdiff
path: root/examples/apps/ide/src/fpgide.lpi
blob: ca5cc88b37bf60e59138f108ace8d55ef17ff9bf (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0"?>
<CONFIG>
  <ProjectOptions>
    <Version Value="9"/>
    <General>
      <Flags>
        <SaveOnlyProjectUnits Value="True"/>
        <MainUnitHasCreateFormStatements Value="False"/>
        <MainUnitHasTitleStatement Value="False"/>
      </Flags>
      <SessionStorage Value="InProjectDir"/>
      <MainUnit Value="0"/>
      <UseAppBundle Value="False"/>
    </General>
    <VersionInfo>
      <Language Value=""/>
      <CharSet Value=""/>
    </VersionInfo>
    <BuildModes Count="1">
      <Item1 Name="default" Default="True"/>
    </BuildModes>
    <PublishOptions>
      <Version Value="2"/>
      <IgnoreBinaries Value="False"/>
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
    </PublishOptions>
    <RunParams>
      <local>
        <FormatVersion Value="1"/>
        <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
      </local>
    </RunParams>
    <RequiredPackages Count="1">
      <Item1>
        <PackageName Value="fpgui_toolkit"/>
      </Item1>
    </RequiredPackages>
    <Units Count="17">
      <Unit0>
        <Filename Value="fpgide.lpr"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="fpgide"/>
      </Unit0>
      <Unit1>
        <Filename Value="frm_main.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="frm_main"/>
      </Unit1>
      <Unit2>
        <Filename Value="frm_configureide.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="frm_configureide"/>
      </Unit2>
      <Unit3>
        <Filename Value="ideconst.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="ideconst"/>
      </Unit3>
      <Unit4>
        <Filename Value="idemacros.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="idemacros"/>
      </Unit4>
      <Unit5>
        <Filename Value="frm_debug.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="frm_debug"/>
      </Unit5>
      <Unit6>
        <Filename Value="project.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="Project"/>
      </Unit6>
      <Unit7>
        <Filename Value="unitlist.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="UnitList"/>
      </Unit7>
      <Unit8>
        <Filename Value="frm_projectoptions.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="frm_projectoptions"/>
      </Unit8>
      <Unit9>
        <Filename Value="ideutils.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="ideutils"/>
      </Unit9>
      <Unit10>
        <Filename Value="builderthread.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="BuilderThread"/>
      </Unit10>
      <Unit11>
        <Filename Value="ideimages.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="ideimages"/>
      </Unit11>
      <Unit12>
        <Filename Value="stringhelpers.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="stringhelpers"/>
      </Unit12>
      <Unit13>
        <Filename Value="frm_procedurelist.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="frm_procedurelist"/>
      </Unit13>
      <Unit14>
        <Filename Value="mpaslex.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="mPasLex"/>
      </Unit14>
      <Unit15>
        <Filename Value="filemonitor.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="filemonitor"/>
      </Unit15>
      <Unit16>
        <Filename Value="synregexpr.pas"/>
        <IsPartOfProject Value="True"/>
        <UnitName Value="SynRegExpr"/>
      </Unit16>
    </Units>
  </ProjectOptions>
  <CompilerOptions>
    <Version Value="9"/>
    <Target>
      <Filename Value="fpgide.elf32"/>
    </Target>
    <SearchPaths>
      <IncludeFiles Value="$(ProjOutDir)"/>
      <UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
    </SearchPaths>
    <Parsing>
      <SyntaxOptions>
        <AllowLabel Value="False"/>
        <CPPInline Value="False"/>
        <UseAnsiStrings Value="False"/>
      </SyntaxOptions>
    </Parsing>
    <Other>
      <CompilerMessages>
        <UseMsgFile Value="True"/>
      </CompilerMessages>
      <CustomOptions Value="-dDEBUGSVRx"/>
      <CompilerPath Value="$(CompPath)"/>
    </Other>
  </CompilerOptions>
</CONFIG>