source: branches/CpuSingleSize/CpuSingleSize.lpi

Last change on this file was 238, checked in by chronos, 10 months ago
  • Modified: Removed U prefix from unit names.
  • Fixed: Memory leaks.
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Title Value="CpuSingleSize"/>
11 <Scaled Value="True"/>
12 <ResourceType Value="res"/>
13 <UseXPManifest Value="True"/>
14 <XPManifest>
15 <DpiAware Value="True"/>
16 </XPManifest>
17 <Icon Value="0"/>
18 </General>
19 <BuildModes Count="2">
20 <Item1 Name="Debug" Default="True"/>
21 <Item2 Name="Release">
22 <CompilerOptions>
23 <Version Value="11"/>
24 <Target>
25 <Filename Value="CpuSingleSize"/>
26 </Target>
27 <SearchPaths>
28 <IncludeFiles Value="$(ProjOutDir)"/>
29 <OtherUnitFiles Value="Forms"/>
30 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
31 </SearchPaths>
32 <Parsing>
33 <SyntaxOptions>
34 <SyntaxMode Value="Delphi"/>
35 <CStyleOperator Value="False"/>
36 <AllowLabel Value="False"/>
37 <CPPInline Value="False"/>
38 </SyntaxOptions>
39 </Parsing>
40 <CodeGeneration>
41 <SmartLinkUnit Value="True"/>
42 <Optimizations>
43 <OptimizationLevel Value="3"/>
44 </Optimizations>
45 </CodeGeneration>
46 <Linking>
47 <Debugging>
48 <GenerateDebugInfo Value="False"/>
49 </Debugging>
50 <LinkSmart Value="True"/>
51 <Options>
52 <Win32>
53 <GraphicApplication Value="True"/>
54 </Win32>
55 </Options>
56 </Linking>
57 <Other>
58 <CustomOptions Value="-dUseCThreads"/>
59 </Other>
60 </CompilerOptions>
61 </Item2>
62 </BuildModes>
63 <PublishOptions>
64 <Version Value="2"/>
65 <UseFileFilters Value="True"/>
66 </PublishOptions>
67 <RunParams>
68 <FormatVersion Value="2"/>
69 </RunParams>
70 <RequiredPackages Count="2">
71 <Item1>
72 <PackageName Value="SynEdit"/>
73 </Item1>
74 <Item2>
75 <PackageName Value="LCL"/>
76 </Item2>
77 </RequiredPackages>
78 <Units Count="21">
79 <Unit0>
80 <Filename Value="CpuSingleSize.lpr"/>
81 <IsPartOfProject Value="True"/>
82 </Unit0>
83 <Unit1>
84 <Filename Value="Forms/FormMain.pas"/>
85 <IsPartOfProject Value="True"/>
86 <ComponentName Value="FormMain"/>
87 <HasResources Value="True"/>
88 <ResourceBaseClass Value="Form"/>
89 </Unit1>
90 <Unit2>
91 <Filename Value="Cpu.pas"/>
92 <IsPartOfProject Value="True"/>
93 </Unit2>
94 <Unit3>
95 <Filename Value="Machine.pas"/>
96 <IsPartOfProject Value="True"/>
97 </Unit3>
98 <Unit4>
99 <Filename Value="Assembler.pas"/>
100 <IsPartOfProject Value="True"/>
101 </Unit4>
102 <Unit5>
103 <Filename Value="Instructions.pas"/>
104 <IsPartOfProject Value="True"/>
105 </Unit5>
106 <Unit6>
107 <Filename Value="Forms/FormScreen.pas"/>
108 <IsPartOfProject Value="True"/>
109 <ComponentName Value="FormScreen"/>
110 <HasResources Value="True"/>
111 <ResourceBaseClass Value="Form"/>
112 </Unit6>
113 <Unit7>
114 <Filename Value="Forms/FormConsole.pas"/>
115 <IsPartOfProject Value="True"/>
116 <ComponentName Value="FormConsole"/>
117 <HasResources Value="True"/>
118 <ResourceBaseClass Value="Form"/>
119 </Unit7>
120 <Unit8>
121 <Filename Value="Forms/FormCpu.pas"/>
122 <IsPartOfProject Value="True"/>
123 <ComponentName Value="FormCpu"/>
124 <HasResources Value="True"/>
125 <ResourceBaseClass Value="Form"/>
126 </Unit8>
127 <Unit9>
128 <Filename Value="Forms/FormAssembler.pas"/>
129 <IsPartOfProject Value="True"/>
130 <ComponentName Value="FormAssembler"/>
131 <HasResources Value="True"/>
132 <ResourceBaseClass Value="Form"/>
133 </Unit9>
134 <Unit10>
135 <Filename Value="Core.pas"/>
136 <IsPartOfProject Value="True"/>
137 <ComponentName Value="Core"/>
138 <HasResources Value="True"/>
139 <ResourceBaseClass Value="DataModule"/>
140 </Unit10>
141 <Unit11>
142 <Filename Value="Forms/FormDisassembler.pas"/>
143 <IsPartOfProject Value="True"/>
144 <ComponentName Value="FormDisassembler"/>
145 <HasResources Value="True"/>
146 <ResourceBaseClass Value="Form"/>
147 </Unit11>
148 <Unit12>
149 <Filename Value="Disassembler.pas"/>
150 <IsPartOfProject Value="True"/>
151 </Unit12>
152 <Unit13>
153 <Filename Value="Memory.pas"/>
154 <IsPartOfProject Value="True"/>
155 </Unit13>
156 <Unit14>
157 <Filename Value="Forms/FormMessages.pas"/>
158 <IsPartOfProject Value="True"/>
159 <ComponentName Value="FormMessages"/>
160 <HasResources Value="True"/>
161 <ResourceBaseClass Value="Form"/>
162 </Unit14>
163 <Unit15>
164 <Filename Value="Message.pas"/>
165 <IsPartOfProject Value="True"/>
166 </Unit15>
167 <Unit16>
168 <Filename Value="Forms/FormHelp.pas"/>
169 <IsPartOfProject Value="True"/>
170 <ComponentName Value="FormHelp"/>
171 <HasResources Value="True"/>
172 <ResourceBaseClass Value="Form"/>
173 </Unit16>
174 <Unit17>
175 <Filename Value="Parser.pas"/>
176 <IsPartOfProject Value="True"/>
177 </Unit17>
178 <Unit18>
179 <Filename Value="Forms/FormDevices.pas"/>
180 <IsPartOfProject Value="True"/>
181 <ComponentName Value="FormDevices"/>
182 <HasResources Value="True"/>
183 <ResourceBaseClass Value="Form"/>
184 </Unit18>
185 <Unit19>
186 <Filename Value="Forms/FormStorage.pas"/>
187 <IsPartOfProject Value="True"/>
188 <ComponentName Value="FormStorage"/>
189 <HasResources Value="True"/>
190 <ResourceBaseClass Value="Form"/>
191 </Unit19>
192 <Unit20>
193 <Filename Value="Project.pas"/>
194 <IsPartOfProject Value="True"/>
195 </Unit20>
196 </Units>
197 </ProjectOptions>
198 <CompilerOptions>
199 <Version Value="11"/>
200 <Target>
201 <Filename Value="CpuSingleSize"/>
202 </Target>
203 <SearchPaths>
204 <IncludeFiles Value="$(ProjOutDir)"/>
205 <OtherUnitFiles Value="Forms"/>
206 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
207 </SearchPaths>
208 <Parsing>
209 <SyntaxOptions>
210 <SyntaxMode Value="Delphi"/>
211 <CStyleOperator Value="False"/>
212 <IncludeAssertionCode Value="True"/>
213 <AllowLabel Value="False"/>
214 <CPPInline Value="False"/>
215 </SyntaxOptions>
216 </Parsing>
217 <CodeGeneration>
218 <Checks>
219 <IOChecks Value="True"/>
220 <RangeChecks Value="True"/>
221 <OverflowChecks Value="True"/>
222 <StackChecks Value="True"/>
223 </Checks>
224 <VerifyObjMethodCallValidity Value="True"/>
225 </CodeGeneration>
226 <Linking>
227 <Debugging>
228 <DebugInfoType Value="dsDwarf2Set"/>
229 <UseHeaptrc Value="True"/>
230 <UseExternalDbgSyms Value="True"/>
231 </Debugging>
232 <Options>
233 <Win32>
234 <GraphicApplication Value="True"/>
235 </Win32>
236 </Options>
237 </Linking>
238 <Other>
239 <CustomOptions Value="-dUseCThreads"/>
240 </Other>
241 </CompilerOptions>
242 <Debugging>
243 <Exceptions Count="3">
244 <Item1>
245 <Name Value="EAbort"/>
246 </Item1>
247 <Item2>
248 <Name Value="ECodetoolError"/>
249 </Item2>
250 <Item3>
251 <Name Value="EFOpenError"/>
252 </Item3>
253 </Exceptions>
254 </Debugging>
255</CONFIG>
Note: See TracBrowser for help on using the repository browser.