source: trunk/mzxemu.lpi

Last change on this file was 3, checked in by chronos, 14 months ago
  • Added: Ignore for dynamically created files.
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <Title Value="mzxemu"/>
8 <Scaled Value="True"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <XPManifest>
12 <DpiAware Value="True"/>
13 </XPManifest>
14 <Icon Value="0"/>
15 </General>
16 <BuildModes>
17 <Item Name="Debug" Default="True"/>
18 <Item Name="Release">
19 <CompilerOptions>
20 <Version Value="11"/>
21 <Target>
22 <Filename Value="mzxemu"/>
23 </Target>
24 <SearchPaths>
25 <IncludeFiles Value="$(ProjOutDir)"/>
26 <OtherUnitFiles Value="Forms"/>
27 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
28 </SearchPaths>
29 <Parsing>
30 <SyntaxOptions>
31 <SyntaxMode Value="Delphi"/>
32 <CStyleOperator Value="False"/>
33 <AllowLabel Value="False"/>
34 <CPPInline Value="False"/>
35 </SyntaxOptions>
36 </Parsing>
37 <CodeGeneration>
38 <SmartLinkUnit Value="True"/>
39 <Optimizations>
40 <OptimizationLevel Value="3"/>
41 </Optimizations>
42 </CodeGeneration>
43 <Linking>
44 <Debugging>
45 <GenerateDebugInfo Value="False"/>
46 <DebugInfoType Value="dsDwarf2Set"/>
47 </Debugging>
48 <LinkSmart Value="True"/>
49 <Options>
50 <Win32>
51 <GraphicApplication Value="True"/>
52 </Win32>
53 </Options>
54 </Linking>
55 </CompilerOptions>
56 </Item>
57 </BuildModes>
58 <PublishOptions>
59 <Version Value="2"/>
60 <UseFileFilters Value="True"/>
61 </PublishOptions>
62 <RunParams>
63 <FormatVersion Value="2"/>
64 </RunParams>
65 <RequiredPackages>
66 <Item>
67 <PackageName Value="Common"/>
68 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
69 </Item>
70 <Item>
71 <PackageName Value="LCL"/>
72 </Item>
73 </RequiredPackages>
74 <Units>
75 <Unit>
76 <Filename Value="mzxemu.lpr"/>
77 <IsPartOfProject Value="True"/>
78 </Unit>
79 <Unit>
80 <Filename Value="Forms/FormMain.pas"/>
81 <IsPartOfProject Value="True"/>
82 <ComponentName Value="FormMain"/>
83 <HasResources Value="True"/>
84 <ResourceBaseClass Value="Form"/>
85 </Unit>
86 <Unit>
87 <Filename Value="CpuZ80.pas"/>
88 <IsPartOfProject Value="True"/>
89 </Unit>
90 <Unit>
91 <Filename Value="SharpMz800.pas"/>
92 <IsPartOfProject Value="True"/>
93 </Unit>
94 <Unit>
95 <Filename Value="Memory.pas"/>
96 <IsPartOfProject Value="True"/>
97 </Unit>
98 <Unit>
99 <Filename Value="Core.pas"/>
100 <IsPartOfProject Value="True"/>
101 <ComponentName Value="Core"/>
102 <HasResources Value="True"/>
103 <ResourceBaseClass Value="DataModule"/>
104 </Unit>
105 <Unit>
106 <Filename Value="Forms/FormMemory.pas"/>
107 <IsPartOfProject Value="True"/>
108 <ComponentName Value="FormMemory"/>
109 <HasResources Value="True"/>
110 <ResourceBaseClass Value="Form"/>
111 </Unit>
112 <Unit>
113 <Filename Value="Instructions.pas"/>
114 <IsPartOfProject Value="True"/>
115 </Unit>
116 <Unit>
117 <Filename Value="Disassembler.pas"/>
118 <IsPartOfProject Value="True"/>
119 </Unit>
120 <Unit>
121 <Filename Value="Forms/FormDisassembler.pas"/>
122 <IsPartOfProject Value="True"/>
123 <ComponentName Value="FormDisassembler"/>
124 <HasResources Value="True"/>
125 <ResourceBaseClass Value="Form"/>
126 </Unit>
127 <Unit>
128 <Filename Value="Forms/FormCpu.pas"/>
129 <IsPartOfProject Value="True"/>
130 <ComponentName Value="FormCpu"/>
131 <HasResources Value="True"/>
132 <ResourceBaseClass Value="Form"/>
133 </Unit>
134 <Unit>
135 <Filename Value="Forms/FormScreen.pas"/>
136 <IsPartOfProject Value="True"/>
137 <ComponentName Value="FormScreen"/>
138 <HasResources Value="True"/>
139 <ResourceBaseClass Value="Form"/>
140 </Unit>
141 </Units>
142 </ProjectOptions>
143 <CompilerOptions>
144 <Version Value="11"/>
145 <Target>
146 <Filename Value="mzxemu"/>
147 </Target>
148 <SearchPaths>
149 <IncludeFiles Value="$(ProjOutDir)"/>
150 <OtherUnitFiles Value="Forms"/>
151 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
152 </SearchPaths>
153 <Parsing>
154 <SyntaxOptions>
155 <SyntaxMode Value="Delphi"/>
156 <CStyleOperator Value="False"/>
157 <IncludeAssertionCode Value="True"/>
158 <AllowLabel Value="False"/>
159 <CPPInline Value="False"/>
160 </SyntaxOptions>
161 </Parsing>
162 <CodeGeneration>
163 <Checks>
164 <IOChecks Value="True"/>
165 <RangeChecks Value="True"/>
166 <OverflowChecks Value="True"/>
167 <StackChecks Value="True"/>
168 </Checks>
169 <VerifyObjMethodCallValidity Value="True"/>
170 </CodeGeneration>
171 <Linking>
172 <Debugging>
173 <DebugInfoType Value="dsDwarf2Set"/>
174 <UseHeaptrc Value="True"/>
175 <UseExternalDbgSyms Value="True"/>
176 </Debugging>
177 <Options>
178 <Win32>
179 <GraphicApplication Value="True"/>
180 </Win32>
181 </Options>
182 </Linking>
183 </CompilerOptions>
184 <Debugging>
185 <Exceptions>
186 <Item>
187 <Name Value="EAbort"/>
188 </Item>
189 <Item>
190 <Name Value="ECodetoolError"/>
191 </Item>
192 <Item>
193 <Name Value="EFOpenError"/>
194 </Item>
195 </Exceptions>
196 </Debugging>
197</CONFIG>
Note: See TracBrowser for help on using the repository browser.