source: trunk/LibrePaint.lpi

Last change on this file was 38, checked in by chronos, 6 years ago
  • Modified: Updated Common package.
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="LibrePaint"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N Value="True"/>
15 <OutDir Value="Languages"/>
16 </i18n>
17 <BuildModes Count="2">
18 <Item1 Name="Debug" Default="True"/>
19 <Item2 Name="Release">
20 <CompilerOptions>
21 <Version Value="11"/>
22 <Target>
23 <Filename Value="LibrePaint"/>
24 </Target>
25 <SearchPaths>
26 <IncludeFiles Value="$(ProjOutDir)"/>
27 <OtherUnitFiles Value="Forms"/>
28 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
29 </SearchPaths>
30 <Parsing>
31 <SyntaxOptions>
32 <SyntaxMode Value="Delphi"/>
33 <CStyleOperator Value="False"/>
34 <AllowLabel Value="False"/>
35 <CPPInline Value="False"/>
36 </SyntaxOptions>
37 </Parsing>
38 <CodeGeneration>
39 <SmartLinkUnit Value="True"/>
40 <Optimizations>
41 <OptimizationLevel Value="3"/>
42 </Optimizations>
43 </CodeGeneration>
44 <Linking>
45 <Debugging>
46 <GenerateDebugInfo Value="False"/>
47 </Debugging>
48 <LinkSmart Value="True"/>
49 <Options>
50 <Win32>
51 <GraphicApplication Value="True"/>
52 </Win32>
53 </Options>
54 </Linking>
55 </CompilerOptions>
56 </Item2>
57 </BuildModes>
58 <PublishOptions>
59 <Version Value="2"/>
60 </PublishOptions>
61 <RunParams>
62 <local>
63 <FormatVersion Value="1"/>
64 </local>
65 </RunParams>
66 <RequiredPackages Count="5">
67 <Item1>
68 <PackageName Value="CoolTranslator"/>
69 <DefaultFilename Value="Packages/CoolTranslator/CoolTranslator.lpk" Prefer="True"/>
70 </Item1>
71 <Item2>
72 <PackageName Value="Common"/>
73 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
74 </Item2>
75 <Item3>
76 <PackageName Value="TemplateGenerics"/>
77 <DefaultFilename Value="Packages/TemplateGenerics/TemplateGenerics.lpk" Prefer="True"/>
78 </Item3>
79 <Item4>
80 <PackageName Value="FastGraphics"/>
81 <DefaultFilename Value="Packages/FastGraphics/FastGraphics.lpk" Prefer="True"/>
82 </Item4>
83 <Item5>
84 <PackageName Value="LCL"/>
85 </Item5>
86 </RequiredPackages>
87 <Units Count="6">
88 <Unit0>
89 <Filename Value="LibrePaint.lpr"/>
90 <IsPartOfProject Value="True"/>
91 </Unit0>
92 <Unit1>
93 <Filename Value="UCore.pas"/>
94 <IsPartOfProject Value="True"/>
95 <ComponentName Value="Core"/>
96 <HasResources Value="True"/>
97 <ResourceBaseClass Value="DataModule"/>
98 </Unit1>
99 <Unit2>
100 <Filename Value="UProject.pas"/>
101 <IsPartOfProject Value="True"/>
102 </Unit2>
103 <Unit3>
104 <Filename Value="Forms/UFormNew.pas"/>
105 <IsPartOfProject Value="True"/>
106 <ComponentName Value="FormNew"/>
107 <HasResources Value="True"/>
108 <ResourceBaseClass Value="Form"/>
109 </Unit3>
110 <Unit4>
111 <Filename Value="Forms/UFormMain.pas"/>
112 <IsPartOfProject Value="True"/>
113 <ComponentName Value="FormMain"/>
114 <HasResources Value="True"/>
115 <ResourceBaseClass Value="Form"/>
116 </Unit4>
117 <Unit5>
118 <Filename Value="Forms/UFormSettings.pas"/>
119 <IsPartOfProject Value="True"/>
120 <ComponentName Value="FormSettings"/>
121 <HasResources Value="True"/>
122 <ResourceBaseClass Value="Form"/>
123 </Unit5>
124 </Units>
125 </ProjectOptions>
126 <CompilerOptions>
127 <Version Value="11"/>
128 <Target>
129 <Filename Value="LibrePaint"/>
130 </Target>
131 <SearchPaths>
132 <IncludeFiles Value="$(ProjOutDir)"/>
133 <OtherUnitFiles Value="Forms"/>
134 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
135 </SearchPaths>
136 <Parsing>
137 <SyntaxOptions>
138 <SyntaxMode Value="Delphi"/>
139 <CStyleOperator Value="False"/>
140 <IncludeAssertionCode Value="True"/>
141 <AllowLabel Value="False"/>
142 <CPPInline Value="False"/>
143 </SyntaxOptions>
144 </Parsing>
145 <CodeGeneration>
146 <Checks>
147 <IOChecks Value="True"/>
148 <RangeChecks Value="True"/>
149 <OverflowChecks Value="True"/>
150 <StackChecks Value="True"/>
151 </Checks>
152 <VerifyObjMethodCallValidity Value="True"/>
153 </CodeGeneration>
154 <Linking>
155 <Options>
156 <Win32>
157 <GraphicApplication Value="True"/>
158 </Win32>
159 </Options>
160 </Linking>
161 <Other>
162 <CompilerMessages>
163 <IgnoredMessages idx5024="True"/>
164 </CompilerMessages>
165 <CustomOptions Value="-dDEBUG"/>
166 </Other>
167 </CompilerOptions>
168 <Debugging>
169 <Exceptions Count="3">
170 <Item1>
171 <Name Value="EAbort"/>
172 </Item1>
173 <Item2>
174 <Name Value="ECodetoolError"/>
175 </Item2>
176 <Item3>
177 <Name Value="EFOpenError"/>
178 </Item3>
179 </Exceptions>
180 </Debugging>
181</CONFIG>
Note: See TracBrowser for help on using the repository browser.