source: trunk/SVNZero.lpi

Last change on this file was 10, checked in by chronos, 21 months ago
  • Modified: General UTest unit moved into Common package.
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <Flags>
7 <MainUnitHasCreateFormStatements Value="False"/>
8 <MainUnitHasTitleStatement Value="False"/>
9 <MainUnitHasScaledStatement Value="False"/>
10 </Flags>
11 <SessionStorage Value="InProjectDir"/>
12 <Title Value="SVN Zero"/>
13 <UseAppBundle Value="False"/>
14 <ResourceType Value="res"/>
15 <UseXPManifest Value="True"/>
16 <XPManifest>
17 <DpiAware Value="True"/>
18 </XPManifest>
19 </General>
20 <i18n>
21 <EnableI18N Value="True"/>
22 <OutDir Value="Languages"/>
23 </i18n>
24 <BuildModes>
25 <Item Name="Debug" Default="True"/>
26 <Item Name="Release">
27 <CompilerOptions>
28 <Version Value="11"/>
29 <Target>
30 <Filename Value="svnzero"/>
31 </Target>
32 <SearchPaths>
33 <IncludeFiles Value="$(ProjOutDir)"/>
34 <OtherUnitFiles Value="SQLite3"/>
35 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
36 </SearchPaths>
37 <Parsing>
38 <SyntaxOptions>
39 <SyntaxMode Value="Delphi"/>
40 <CStyleOperator Value="False"/>
41 <AllowLabel Value="False"/>
42 <CPPInline Value="False"/>
43 </SyntaxOptions>
44 </Parsing>
45 <CodeGeneration>
46 <SmartLinkUnit Value="True"/>
47 <Optimizations>
48 <OptimizationLevel Value="3"/>
49 </Optimizations>
50 </CodeGeneration>
51 <Linking>
52 <Debugging>
53 <GenerateDebugInfo Value="False"/>
54 </Debugging>
55 <LinkSmart Value="True"/>
56 </Linking>
57 <Other>
58 <CompilerMessages>
59 <IgnoredMessages idx6058="True" idx3124="True" idx3123="True"/>
60 </CompilerMessages>
61 </Other>
62 </CompilerOptions>
63 </Item>
64 <SharedMatrixOptions Count="2">
65 <Item1 ID="983190874881" Targets="Common" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
66 <Item2 ID="454457597965" Targets="Common" Modes="Release" Value="-CX -XX -O3"/>
67 </SharedMatrixOptions>
68 </BuildModes>
69 <PublishOptions>
70 <Version Value="2"/>
71 <UseFileFilters Value="True"/>
72 </PublishOptions>
73 <RunParams>
74 <FormatVersion Value="2"/>
75 </RunParams>
76 <RequiredPackages>
77 <Item>
78 <PackageName Value="LCL"/>
79 </Item>
80 <Item>
81 <PackageName Value="Common"/>
82 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
83 </Item>
84 </RequiredPackages>
85 <Units>
86 <Unit>
87 <Filename Value="SVNZero.lpr"/>
88 <IsPartOfProject Value="True"/>
89 </Unit>
90 <Unit>
91 <Filename Value="USubversion.pas"/>
92 <IsPartOfProject Value="True"/>
93 </Unit>
94 <Unit>
95 <Filename Value="USvnZero.pas"/>
96 <IsPartOfProject Value="True"/>
97 </Unit>
98 <Unit>
99 <Filename Value="UTestCases.pas"/>
100 <IsPartOfProject Value="True"/>
101 </Unit>
102 <Unit>
103 <Filename Value="UExecute.pas"/>
104 <IsPartOfProject Value="True"/>
105 </Unit>
106 <Unit>
107 <Filename Value="SQLite3/SQLite3.pas"/>
108 <IsPartOfProject Value="True"/>
109 </Unit>
110 <Unit>
111 <Filename Value="SQLite3/SQLite3Utils.pas"/>
112 <IsPartOfProject Value="True"/>
113 </Unit>
114 <Unit>
115 <Filename Value="SQLite3/SQLite3Wrap.pas"/>
116 <IsPartOfProject Value="True"/>
117 </Unit>
118 </Units>
119 </ProjectOptions>
120 <CompilerOptions>
121 <Version Value="11"/>
122 <Target>
123 <Filename Value="svnzero"/>
124 </Target>
125 <SearchPaths>
126 <IncludeFiles Value="$(ProjOutDir)"/>
127 <OtherUnitFiles Value="SQLite3"/>
128 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
129 </SearchPaths>
130 <Parsing>
131 <SyntaxOptions>
132 <SyntaxMode Value="Delphi"/>
133 <CStyleOperator Value="False"/>
134 <IncludeAssertionCode Value="True"/>
135 <AllowLabel Value="False"/>
136 <CPPInline Value="False"/>
137 </SyntaxOptions>
138 </Parsing>
139 <CodeGeneration>
140 <Checks>
141 <IOChecks Value="True"/>
142 <RangeChecks Value="True"/>
143 <OverflowChecks Value="True"/>
144 <StackChecks Value="True"/>
145 </Checks>
146 <VerifyObjMethodCallValidity Value="True"/>
147 </CodeGeneration>
148 <Linking>
149 <Debugging>
150 <DebugInfoType Value="dsDwarf2Set"/>
151 <UseHeaptrc Value="True"/>
152 <UseExternalDbgSyms Value="True"/>
153 </Debugging>
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.