source: branches/overos/overos.lpi

Last change on this file was 39, checked in by chronos, 11 months ago
  • Modified: Simplified unit names.
File size: 4.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="overos"/>
11 <ResourceType Value="res"/>
12 <UseXPManifest Value="True"/>
13 <Icon Value="0"/>
14 </General>
15 <BuildModes Count="2">
16 <Item1 Name="Debug" Default="True"/>
17 <Item2 Name="Release">
18 <CompilerOptions>
19 <Version Value="11"/>
20 <Target>
21 <Filename Value="overos"/>
22 </Target>
23 <SearchPaths>
24 <IncludeFiles Value="$(ProjOutDir)"/>
25 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
26 </SearchPaths>
27 <Parsing>
28 <SyntaxOptions>
29 <SyntaxMode Value="Delphi"/>
30 <CStyleOperator Value="False"/>
31 <AllowLabel Value="False"/>
32 <CPPInline Value="False"/>
33 </SyntaxOptions>
34 </Parsing>
35 <CodeGeneration>
36 <SmartLinkUnit Value="True"/>
37 <Optimizations>
38 <OptimizationLevel Value="3"/>
39 </Optimizations>
40 </CodeGeneration>
41 <Linking>
42 <Debugging>
43 <GenerateDebugInfo Value="False"/>
44 </Debugging>
45 <LinkSmart Value="True"/>
46 <Options>
47 <Win32>
48 <GraphicApplication Value="True"/>
49 </Win32>
50 </Options>
51 </Linking>
52 </CompilerOptions>
53 </Item2>
54 </BuildModes>
55 <PublishOptions>
56 <Version Value="2"/>
57 </PublishOptions>
58 <RunParams>
59 <FormatVersion Value="2"/>
60 <Modes Count="1">
61 <Mode0 Name="default"/>
62 </Modes>
63 </RunParams>
64 <RequiredPackages Count="1">
65 <Item1>
66 <PackageName Value="LCL"/>
67 </Item1>
68 </RequiredPackages>
69 <Units Count="9">
70 <Unit0>
71 <Filename Value="overos.lpr"/>
72 <IsPartOfProject Value="True"/>
73 </Unit0>
74 <Unit1>
75 <Filename Value="FormMain.pas"/>
76 <IsPartOfProject Value="True"/>
77 <ComponentName Value="FormMain"/>
78 <HasResources Value="True"/>
79 <ResourceBaseClass Value="Form"/>
80 </Unit1>
81 <Unit2>
82 <Filename Value="Os.Window.pas"/>
83 <IsPartOfProject Value="True"/>
84 </Unit2>
85 <Unit3>
86 <Filename Value="Os.Mouse.pas"/>
87 <IsPartOfProject Value="True"/>
88 </Unit3>
89 <Unit4>
90 <Filename Value="Os.System.pas"/>
91 <IsPartOfProject Value="True"/>
92 </Unit4>
93 <Unit5>
94 <Filename Value="Os.Types.pas"/>
95 <IsPartOfProject Value="True"/>
96 </Unit5>
97 <Unit6>
98 <Filename Value="Os.Controls.pas"/>
99 <IsPartOfProject Value="True"/>
100 </Unit6>
101 <Unit7>
102 <Filename Value="Os.Graphics.pas"/>
103 <IsPartOfProject Value="True"/>
104 </Unit7>
105 <Unit8>
106 <Filename Value="Os.Application.pas"/>
107 <IsPartOfProject Value="True"/>
108 </Unit8>
109 </Units>
110 </ProjectOptions>
111 <CompilerOptions>
112 <Version Value="11"/>
113 <Target>
114 <Filename Value="overos"/>
115 </Target>
116 <SearchPaths>
117 <IncludeFiles Value="$(ProjOutDir)"/>
118 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
119 </SearchPaths>
120 <Parsing>
121 <SyntaxOptions>
122 <SyntaxMode Value="Delphi"/>
123 <CStyleOperator Value="False"/>
124 <IncludeAssertionCode Value="True"/>
125 <AllowLabel Value="False"/>
126 <CPPInline Value="False"/>
127 </SyntaxOptions>
128 </Parsing>
129 <CodeGeneration>
130 <Checks>
131 <IOChecks Value="True"/>
132 <RangeChecks Value="True"/>
133 <OverflowChecks Value="True"/>
134 <StackChecks Value="True"/>
135 </Checks>
136 <VerifyObjMethodCallValidity Value="True"/>
137 </CodeGeneration>
138 <Linking>
139 <Debugging>
140 <DebugInfoType Value="dsDwarf2Set"/>
141 <UseHeaptrc Value="True"/>
142 </Debugging>
143 <Options>
144 <Win32>
145 <GraphicApplication Value="True"/>
146 </Win32>
147 </Options>
148 </Linking>
149 </CompilerOptions>
150 <Debugging>
151 <Exceptions Count="3">
152 <Item1>
153 <Name Value="EAbort"/>
154 </Item1>
155 <Item2>
156 <Name Value="ECodetoolError"/>
157 </Item2>
158 <Item3>
159 <Name Value="EFOpenError"/>
160 </Item3>
161 </Exceptions>
162 </Debugging>
163</CONFIG>
Note: See TracBrowser for help on using the repository browser.