source: trunk/Dune2.lpi

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