source: branches/UltimatOS/UltimatOS.lpi

Last change on this file was 35, checked in by chronos, 23 months ago
  • Added: Cpu state window.
File size: 4.8 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="UltimatOS"/>
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="UltimatOS"/>
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 </Debugging>
47 <LinkSmart Value="True"/>
48 <Options>
49 <Win32>
50 <GraphicApplication Value="True"/>
51 </Win32>
52 </Options>
53 </Linking>
54 <Other>
55 <CompilerMessages>
56 <IgnoredMessages idx6058="True" idx3124="True" idx3123="True"/>
57 </CompilerMessages>
58 </Other>
59 </CompilerOptions>
60 </Item>
61 </BuildModes>
62 <PublishOptions>
63 <Version Value="2"/>
64 <UseFileFilters Value="True"/>
65 </PublishOptions>
66 <RunParams>
67 <FormatVersion Value="2"/>
68 </RunParams>
69 <RequiredPackages>
70 <Item>
71 <PackageName Value="LCL"/>
72 </Item>
73 </RequiredPackages>
74 <Units>
75 <Unit>
76 <Filename Value="UltimatOS.lpr"/>
77 <IsPartOfProject Value="True"/>
78 </Unit>
79 <Unit>
80 <Filename Value="Forms/UFormMain.pas"/>
81 <IsPartOfProject Value="True"/>
82 <ComponentName Value="FormMain"/>
83 <HasResources Value="True"/>
84 <ResourceBaseClass Value="Form"/>
85 </Unit>
86 <Unit>
87 <Filename Value="UMachine.pas"/>
88 <IsPartOfProject Value="True"/>
89 </Unit>
90 <Unit>
91 <Filename Value="UCpu.pas"/>
92 <IsPartOfProject Value="True"/>
93 </Unit>
94 <Unit>
95 <Filename Value="UMemory.pas"/>
96 <IsPartOfProject Value="True"/>
97 </Unit>
98 <Unit>
99 <Filename Value="UAssembler.pas"/>
100 <IsPartOfProject Value="True"/>
101 </Unit>
102 <Unit>
103 <Filename Value="Forms/UFormMemory.pas"/>
104 <IsPartOfProject Value="True"/>
105 <ComponentName Value="FormMemory"/>
106 <HasResources Value="True"/>
107 <ResourceBaseClass Value="Form"/>
108 </Unit>
109 <Unit>
110 <Filename Value="Forms/UFormCpu.pas"/>
111 <IsPartOfProject Value="True"/>
112 <ComponentName Value="FormCpu"/>
113 <ResourceBaseClass Value="Form"/>
114 </Unit>
115 </Units>
116 </ProjectOptions>
117 <CompilerOptions>
118 <Version Value="11"/>
119 <Target>
120 <Filename Value="UltimatOS"/>
121 </Target>
122 <SearchPaths>
123 <IncludeFiles Value="$(ProjOutDir)"/>
124 <OtherUnitFiles Value="Forms"/>
125 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
126 </SearchPaths>
127 <Parsing>
128 <SyntaxOptions>
129 <SyntaxMode Value="Delphi"/>
130 <CStyleOperator Value="False"/>
131 <IncludeAssertionCode Value="True"/>
132 <AllowLabel Value="False"/>
133 <CPPInline Value="False"/>
134 </SyntaxOptions>
135 </Parsing>
136 <CodeGeneration>
137 <Checks>
138 <IOChecks Value="True"/>
139 <RangeChecks Value="True"/>
140 <OverflowChecks Value="True"/>
141 <StackChecks Value="True"/>
142 </Checks>
143 <VerifyObjMethodCallValidity Value="True"/>
144 </CodeGeneration>
145 <Linking>
146 <Debugging>
147 <UseExternalDbgSyms Value="True"/>
148 </Debugging>
149 <Options>
150 <Win32>
151 <GraphicApplication Value="True"/>
152 </Win32>
153 </Options>
154 </Linking>
155 <Other>
156 <CompilerMessages>
157 <IgnoredMessages idx6058="True" idx3124="True" idx3123="True"/>
158 </CompilerMessages>
159 </Other>
160 </CompilerOptions>
161 <Debugging>
162 <Exceptions>
163 <Item>
164 <Name Value="EAbort"/>
165 </Item>
166 <Item>
167 <Name Value="ECodetoolError"/>
168 </Item>
169 <Item>
170 <Name Value="EFOpenError"/>
171 </Item>
172 </Exceptions>
173 </Debugging>
174</CONFIG>
Note: See TracBrowser for help on using the repository browser.