source: trunk/Lazes.lpi

Last change on this file was 8, checked in by chronos, 11 years ago
  • Fixed: Do not clear cell status for start and exit position.
File size: 5.0 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <MainUnitHasCreateFormStatements Value="False"/>
9 <MainUnitHasTitleStatement Value="False"/>
10 <LRSInOutputDirectory Value="False"/>
11 </Flags>
12 <SessionStorage Value="InProjectDir"/>
13 <MainUnit Value="0"/>
14 <Title Value="Lazes"/>
15 <UseAppBundle Value="False"/>
16 <ResourceType Value="res"/>
17 <Icon Value="0"/>
18 </General>
19 <i18n>
20 <EnableI18N LFM="False"/>
21 </i18n>
22 <VersionInfo>
23 <StringTable ProductVersion=""/>
24 </VersionInfo>
25 <BuildModes Count="2">
26 <Item1 Name="Release" Default="True"/>
27 <Item2 Name="Debug">
28 <CompilerOptions>
29 <Version Value="11"/>
30 <PathDelim Value="\"/>
31 <Target>
32 <Filename Value="Lazes"/>
33 </Target>
34 <SearchPaths>
35 <OtherUnitFiles Value="Forms"/>
36 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
37 </SearchPaths>
38 <Parsing>
39 <SyntaxOptions>
40 <CStyleMacros Value="True"/>
41 </SyntaxOptions>
42 </Parsing>
43 <CodeGeneration>
44 <Checks>
45 <IOChecks Value="True"/>
46 <RangeChecks Value="True"/>
47 <OverflowChecks Value="True"/>
48 <StackChecks Value="True"/>
49 </Checks>
50 <Optimizations>
51 <OptimizationLevel Value="0"/>
52 </Optimizations>
53 </CodeGeneration>
54 <Linking>
55 <Debugging>
56 <UseHeaptrc Value="True"/>
57 <UseExternalDbgSyms Value="True"/>
58 </Debugging>
59 <Options>
60 <Win32>
61 <GraphicApplication Value="True"/>
62 </Win32>
63 </Options>
64 </Linking>
65 <Other>
66 <CompilerMessages>
67 <MsgFileName Value=""/>
68 </CompilerMessages>
69 <CompilerPath Value="$(CompPath)"/>
70 </Other>
71 </CompilerOptions>
72 </Item2>
73 </BuildModes>
74 <PublishOptions>
75 <Version Value="2"/>
76 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
77 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
78 </PublishOptions>
79 <RunParams>
80 <local>
81 <FormatVersion Value="1"/>
82 <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
83 </local>
84 </RunParams>
85 <RequiredPackages Count="2">
86 <Item1>
87 <PackageName Value="MazePackage"/>
88 <DefaultFilename Value="class\MazePackage.lpk" Prefer="True"/>
89 </Item1>
90 <Item2>
91 <PackageName Value="LCL"/>
92 </Item2>
93 </RequiredPackages>
94 <Units Count="4">
95 <Unit0>
96 <Filename Value="Lazes.lpr"/>
97 <IsPartOfProject Value="True"/>
98 <UnitName Value="Lazes"/>
99 </Unit0>
100 <Unit1>
101 <Filename Value="lazesglobals.pas"/>
102 <IsPartOfProject Value="True"/>
103 <UnitName Value="LazesGlobals"/>
104 </Unit1>
105 <Unit2>
106 <Filename Value="Forms\ufrmscaling.pas"/>
107 <IsPartOfProject Value="True"/>
108 <HasResources Value="True"/>
109 <UnitName Value="ufrmScaling"/>
110 </Unit2>
111 <Unit3>
112 <Filename Value="Forms\ufrmmain1.pas"/>
113 <IsPartOfProject Value="True"/>
114 <ComponentName Value="frmMain1"/>
115 <HasResources Value="True"/>
116 <ResourceBaseClass Value="Form"/>
117 <UnitName Value="ufrmMain1"/>
118 </Unit3>
119 </Units>
120 </ProjectOptions>
121 <CompilerOptions>
122 <Version Value="11"/>
123 <PathDelim Value="\"/>
124 <Target>
125 <Filename Value="Lazes"/>
126 </Target>
127 <SearchPaths>
128 <OtherUnitFiles Value="Forms"/>
129 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
130 </SearchPaths>
131 <Parsing>
132 <SyntaxOptions>
133 <CStyleMacros Value="True"/>
134 </SyntaxOptions>
135 </Parsing>
136 <CodeGeneration>
137 <SmartLinkUnit Value="True"/>
138 <Optimizations>
139 <OptimizationLevel Value="3"/>
140 </Optimizations>
141 </CodeGeneration>
142 <Linking>
143 <Debugging>
144 <GenerateDebugInfo Value="False"/>
145 </Debugging>
146 <LinkSmart Value="True"/>
147 <Options>
148 <Win32>
149 <GraphicApplication Value="True"/>
150 </Win32>
151 </Options>
152 </Linking>
153 <Other>
154 <CompilerMessages>
155 <MsgFileName Value=""/>
156 </CompilerMessages>
157 <CompilerPath Value="$(CompPath)"/>
158 </Other>
159 </CompilerOptions>
160 <Debugging>
161 <Exceptions Count="3">
162 <Item1>
163 <Name Value="EAbort"/>
164 </Item1>
165 <Item2>
166 <Name Value="ECodetoolError"/>
167 </Item2>
168 <Item3>
169 <Name Value="EFOpenError"/>
170 </Item3>
171 </Exceptions>
172 </Debugging>
173</CONFIG>
Note: See TracBrowser for help on using the repository browser.