source: branches/topdown/OS.lpi

Last change on this file was 37, checked in by chronos, 11 months ago
  • Modified: Simplified unit names.
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <CompatibilityMode Value="True"/>
9 </Flags>
10 <SessionStorage Value="InProjectDir"/>
11 <Title Value="OS"/>
12 <Scaled Value="True"/>
13 <ResourceType Value="res"/>
14 <UseXPManifest Value="True"/>
15 <XPManifest>
16 <DpiAware Value="True"/>
17 </XPManifest>
18 <Icon Value="0"/>
19 </General>
20 <BuildModes Count="2">
21 <Item1 Name="Debug" Default="True"/>
22 <Item2 Name="Release">
23 <CompilerOptions>
24 <Version Value="11"/>
25 <PathDelim Value="\"/>
26 <Target>
27 <Filename Value="OS"/>
28 </Target>
29 <SearchPaths>
30 <IncludeFiles Value="$(ProjOutDir)"/>
31 <OtherUnitFiles Value="Apps"/>
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 <DebugInfoType Value="dsDwarf2Set"/>
52 </Debugging>
53 <LinkSmart Value="True"/>
54 <Options>
55 <Win32>
56 <GraphicApplication Value="True"/>
57 </Win32>
58 </Options>
59 </Linking>
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="1">
71 <Item1>
72 <PackageName Value="LCL"/>
73 </Item1>
74 </RequiredPackages>
75 <Units Count="8">
76 <Unit0>
77 <Filename Value="OS.lpr"/>
78 <IsPartOfProject Value="True"/>
79 </Unit0>
80 <Unit1>
81 <Filename Value="FormMain.pas"/>
82 <IsPartOfProject Value="True"/>
83 <ComponentName Value="FormMain"/>
84 <HasResources Value="True"/>
85 <ResourceBaseClass Value="Form"/>
86 </Unit1>
87 <Unit2>
88 <Filename Value="Apps.pas"/>
89 <IsPartOfProject Value="True"/>
90 </Unit2>
91 <Unit3>
92 <Filename Value="OsSystem.pas"/>
93 <IsPartOfProject Value="True"/>
94 </Unit3>
95 <Unit4>
96 <Filename Value="Apps\AppCalc.pas"/>
97 <IsPartOfProject Value="True"/>
98 <ComponentName Value="FormCalculator"/>
99 <HasResources Value="True"/>
100 <ResourceBaseClass Value="Form"/>
101 </Unit4>
102 <Unit5>
103 <Filename Value="FormMenu.pas"/>
104 <IsPartOfProject Value="True"/>
105 <ComponentName Value="FormMenu"/>
106 <HasResources Value="True"/>
107 <ResourceBaseClass Value="Form"/>
108 </Unit5>
109 <Unit6>
110 <Filename Value="Apps\AppFileManager.pas"/>
111 <IsPartOfProject Value="True"/>
112 <ComponentName Value="FormFileManager"/>
113 <ResourceBaseClass Value="Form"/>
114 </Unit6>
115 <Unit7>
116 <Filename Value="Apps\AppTextEditor.pas"/>
117 <IsPartOfProject Value="True"/>
118 <ComponentName Value="FormTextEditor"/>
119 <HasResources Value="True"/>
120 <ResourceBaseClass Value="Form"/>
121 </Unit7>
122 </Units>
123 </ProjectOptions>
124 <CompilerOptions>
125 <Version Value="11"/>
126 <PathDelim Value="\"/>
127 <Target>
128 <Filename Value="OS"/>
129 </Target>
130 <SearchPaths>
131 <IncludeFiles Value="$(ProjOutDir)"/>
132 <OtherUnitFiles Value="Apps"/>
133 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
134 </SearchPaths>
135 <Parsing>
136 <SyntaxOptions>
137 <SyntaxMode Value="Delphi"/>
138 <CStyleOperator Value="False"/>
139 <IncludeAssertionCode Value="True"/>
140 <AllowLabel Value="False"/>
141 <CPPInline Value="False"/>
142 </SyntaxOptions>
143 </Parsing>
144 <CodeGeneration>
145 <Checks>
146 <IOChecks Value="True"/>
147 <RangeChecks Value="True"/>
148 <OverflowChecks Value="True"/>
149 <StackChecks Value="True"/>
150 </Checks>
151 <VerifyObjMethodCallValidity Value="True"/>
152 </CodeGeneration>
153 <Linking>
154 <Debugging>
155 <DebugInfoType Value="dsDwarf2Set"/>
156 <UseHeaptrc Value="True"/>
157 </Debugging>
158 <Options>
159 <Win32>
160 <GraphicApplication Value="True"/>
161 </Win32>
162 </Options>
163 </Linking>
164 </CompilerOptions>
165 <Debugging>
166 <Exceptions Count="3">
167 <Item1>
168 <Name Value="EAbort"/>
169 </Item1>
170 <Item2>
171 <Name Value="ECodetoolError"/>
172 </Item2>
173 <Item3>
174 <Name Value="EFOpenError"/>
175 </Item3>
176 </Exceptions>
177 </Debugging>
178</CONFIG>
Note: See TracBrowser for help on using the repository browser.