source: trunk/AI/StdAI/StdAI.lpi

Last change on this file was 592, checked in by chronos, 11 months ago
  • Fixed: Avoided more GTK2 chrashes.
  • Fixed: Build StdAI with O1 optimization level to avoid crash.
  • Modified: Code cleanup.
File size: 4.4 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 <MainUnitHasUsesSectionForAllUnits Value="False"/>
9 <MainUnitHasCreateFormStatements Value="False"/>
10 <MainUnitHasTitleStatement Value="False"/>
11 <MainUnitHasScaledStatement Value="False"/>
12 <CompatibilityMode Value="True"/>
13 </Flags>
14 <SessionStorage Value="InProjectDir"/>
15 <Title Value="StdAI"/>
16 <UseAppBundle Value="False"/>
17 <ResourceType Value="res"/>
18 </General>
19 <i18n>
20 <EnableI18N LFM="False"/>
21 </i18n>
22 <BuildModes Count="2">
23 <Item1 Name="Debug" Default="True"/>
24 <Item2 Name="Release">
25 <CompilerOptions>
26 <Version Value="11"/>
27 <PathDelim Value="\"/>
28 <Target>
29 <Filename Value="StdAI"/>
30 </Target>
31 <SearchPaths>
32 <IncludeFiles Value="$(ProjOutDir)"/>
33 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
34 </SearchPaths>
35 <Parsing>
36 <SyntaxOptions>
37 <SyntaxMode Value="Delphi"/>
38 <CStyleOperator Value="False"/>
39 <AllowLabel Value="False"/>
40 <CPPInline Value="False"/>
41 </SyntaxOptions>
42 </Parsing>
43 <Linking>
44 <Debugging>
45 <GenerateDebugInfo Value="False"/>
46 </Debugging>
47 <Options>
48 <Win32>
49 <GraphicApplication Value="True"/>
50 </Win32>
51 <ExecutableType Value="Library"/>
52 </Options>
53 </Linking>
54 <Other>
55 <CompilerMessages>
56 <IgnoredMessages idx5024="True"/>
57 </CompilerMessages>
58 </Other>
59 </CompilerOptions>
60 </Item2>
61 </BuildModes>
62 <PublishOptions>
63 <Version Value="2"/>
64 </PublishOptions>
65 <RunParams>
66 <FormatVersion Value="2"/>
67 </RunParams>
68 <RequiredPackages Count="1">
69 <Item1>
70 <PackageName Value="LCL"/>
71 </Item1>
72 </RequiredPackages>
73 <Units Count="8">
74 <Unit0>
75 <Filename Value="StdAI.lpr"/>
76 <IsPartOfProject Value="True"/>
77 </Unit0>
78 <Unit1>
79 <Filename Value="Protocol.pas"/>
80 <IsPartOfProject Value="True"/>
81 </Unit1>
82 <Unit2>
83 <Filename Value="CustomAI.pas"/>
84 <IsPartOfProject Value="True"/>
85 </Unit2>
86 <Unit3>
87 <Filename Value="AI.pas"/>
88 <IsPartOfProject Value="True"/>
89 </Unit3>
90 <Unit4>
91 <Filename Value="ToolAI.pas"/>
92 <IsPartOfProject Value="True"/>
93 </Unit4>
94 <Unit5>
95 <Filename Value="Names.pas"/>
96 <IsPartOfProject Value="True"/>
97 </Unit5>
98 <Unit6>
99 <Filename Value="Pile.pas"/>
100 <IsPartOfProject Value="True"/>
101 </Unit6>
102 <Unit7>
103 <Filename Value="Barbarina.pas"/>
104 <IsPartOfProject Value="True"/>
105 </Unit7>
106 </Units>
107 </ProjectOptions>
108 <CompilerOptions>
109 <Version Value="11"/>
110 <PathDelim Value="\"/>
111 <Target>
112 <Filename Value="StdAI"/>
113 </Target>
114 <SearchPaths>
115 <IncludeFiles Value="$(ProjOutDir)"/>
116 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
117 </SearchPaths>
118 <Parsing>
119 <SyntaxOptions>
120 <SyntaxMode Value="Delphi"/>
121 <CStyleOperator Value="False"/>
122 <IncludeAssertionCode Value="True"/>
123 <AllowLabel Value="False"/>
124 <CPPInline Value="False"/>
125 </SyntaxOptions>
126 </Parsing>
127 <CodeGeneration>
128 <Checks>
129 <IOChecks Value="True"/>
130 <RangeChecks Value="True"/>
131 <OverflowChecks Value="True"/>
132 <StackChecks Value="True"/>
133 </Checks>
134 <VerifyObjMethodCallValidity Value="True"/>
135 </CodeGeneration>
136 <Linking>
137 <Options>
138 <Win32>
139 <GraphicApplication Value="True"/>
140 </Win32>
141 <ExecutableType Value="Library"/>
142 </Options>
143 </Linking>
144 <Other>
145 <CompilerMessages>
146 <IgnoredMessages idx5024="True"/>
147 </CompilerMessages>
148 </Other>
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.