source: trunk/ChronOS.lpi

Last change on this file was 60, checked in by chronos, 4 weeks ago
  • Modified: Remove U prefix from unit names.
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 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Title Value="ChronOS"/>
11 <ResourceType Value="res"/>
12 <UseXPManifest Value="True"/>
13 <XPManifest>
14 <DpiAware Value="True"/>
15 </XPManifest>
16 <Icon Value="0"/>
17 </General>
18 <i18n>
19 <EnableI18N LFM="False"/>
20 </i18n>
21 <BuildModes Count="2">
22 <Item1 Name="Debug" Default="True"/>
23 <Item2 Name="Release">
24 <CompilerOptions>
25 <Version Value="11"/>
26 <Target>
27 <Filename Value="ChronOS"/>
28 </Target>
29 <SearchPaths>
30 <IncludeFiles Value="$(ProjOutDir)"/>
31 <OtherUnitFiles Value="Apps;Platform/Base;Forms"/>
32 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
33 </SearchPaths>
34 <Parsing>
35 <SyntaxOptions>
36 <SyntaxMode Value="Delphi"/>
37 <CStyleOperator Value="False"/>
38 <AllowLabel Value="False"/>
39 <CPPInline Value="False"/>
40 </SyntaxOptions>
41 </Parsing>
42 <CodeGeneration>
43 <SmartLinkUnit Value="True"/>
44 <Optimizations>
45 <OptimizationLevel Value="3"/>
46 </Optimizations>
47 </CodeGeneration>
48 <Linking>
49 <Debugging>
50 <GenerateDebugInfo Value="False"/>
51 </Debugging>
52 <LinkSmart Value="True"/>
53 <Options>
54 <Win32>
55 <GraphicApplication Value="True"/>
56 </Win32>
57 </Options>
58 </Linking>
59 </CompilerOptions>
60 </Item2>
61 </BuildModes>
62 <PublishOptions>
63 <Version Value="2"/>
64 </PublishOptions>
65 <RunParams>
66 <FormatVersion Value="2"/>
67 <Modes Count="1">
68 <Mode0 Name="default"/>
69 </Modes>
70 </RunParams>
71 <RequiredPackages Count="2">
72 <Item1>
73 <PackageName Value="Kernel"/>
74 <DefaultFilename Prefer="True"/>
75 </Item1>
76 <Item2>
77 <PackageName Value="LCL"/>
78 </Item2>
79 </RequiredPackages>
80 <Units Count="7">
81 <Unit0>
82 <Filename Value="ChronOS.lpr"/>
83 <IsPartOfProject Value="True"/>
84 </Unit0>
85 <Unit1>
86 <Filename Value="Forms/FormMain.pas"/>
87 <IsPartOfProject Value="True"/>
88 <ComponentName Value="FormMain"/>
89 <HasResources Value="True"/>
90 <ResourceBaseClass Value="Form"/>
91 </Unit1>
92 <Unit2>
93 <Filename Value="Apps/Clock.pas"/>
94 <IsPartOfProject Value="True"/>
95 </Unit2>
96 <Unit3>
97 <Filename Value="Apps/MemoryManager.pas"/>
98 <IsPartOfProject Value="True"/>
99 </Unit3>
100 <Unit4>
101 <Filename Value="Platform/Base/PlatformBase.pas"/>
102 <IsPartOfProject Value="True"/>
103 </Unit4>
104 <Unit5>
105 <Filename Value="ThreadEx.pas"/>
106 <IsPartOfProject Value="True"/>
107 </Unit5>
108 <Unit6>
109 <Filename Value="Forms/FormTerminal.pas"/>
110 <IsPartOfProject Value="True"/>
111 <ComponentName Value="FormTerminal"/>
112 <HasResources Value="True"/>
113 <ResourceBaseClass Value="Form"/>
114 </Unit6>
115 </Units>
116 </ProjectOptions>
117 <CompilerOptions>
118 <Version Value="11"/>
119 <Target>
120 <Filename Value="ChronOS"/>
121 </Target>
122 <SearchPaths>
123 <IncludeFiles Value="$(ProjOutDir)"/>
124 <OtherUnitFiles Value="Apps;Platform/Base;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 <DebugInfoType Value="dsDwarf2Set"/>
148 <UseHeaptrc Value="True"/>
149 </Debugging>
150 <Options>
151 <Win32>
152 <GraphicApplication Value="True"/>
153 </Win32>
154 </Options>
155 </Linking>
156 <Other>
157 <CompilerMessages>
158 <IgnoredMessages idx5024="True"/>
159 </CompilerMessages>
160 <CustomOptions Value="-dDEBUG"/>
161 </Other>
162 </CompilerOptions>
163 <Debugging>
164 <Exceptions Count="3">
165 <Item1>
166 <Name Value="EAbort"/>
167 </Item1>
168 <Item2>
169 <Name Value="ECodetoolError"/>
170 </Item2>
171 <Item3>
172 <Name Value="EFOpenError"/>
173 </Item3>
174 </Exceptions>
175 </Debugging>
176</CONFIG>
Note: See TracBrowser for help on using the repository browser.