source: trunk/Packages/ChronisPlatform/Demo/ChronisDemo.lpi

Last change on this file was 5, checked in by chronos, 12 years ago
  • Added: Required packages.
File size: 5.2 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="ChronisDemo"/>
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 <VersionInfo>
18 <StringTable ProductVersion=""/>
19 </VersionInfo>
20 <BuildModes Count="2">
21 <Item1 Name="Debug" Default="True"/>
22 <Item2 Name="Release">
23 <CompilerOptions>
24 <Version Value="11"/>
25 <Target>
26 <Filename Value="ChronIS"/>
27 </Target>
28 <SearchPaths>
29 <IncludeFiles Value="$(ProjOutDir)"/>
30 <OtherUnitFiles Value="Forms;Common;Application;Modules/Attendance"/>
31 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
32 </SearchPaths>
33 <Parsing>
34 <SyntaxOptions>
35 <SyntaxMode Value="Delphi"/>
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 <Other>
56 <CompilerMessages>
57 <MsgFileName Value=""/>
58 </CompilerMessages>
59 <CompilerPath Value="$(CompPath)"/>
60 </Other>
61 </CompilerOptions>
62 </Item2>
63 </BuildModes>
64 <PublishOptions>
65 <Version Value="2"/>
66 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
67 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
68 </PublishOptions>
69 <RunParams>
70 <local>
71 <FormatVersion Value="1"/>
72 <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
73 </local>
74 </RunParams>
75 <RequiredPackages Count="4">
76 <Item1>
77 <PackageName Value="Common"/>
78 </Item1>
79 <Item2>
80 <PackageName Value="ChronISPlatform"/>
81 <DefaultFilename Value="../ChronISPlatform.lpk" Prefer="True"/>
82 </Item2>
83 <Item3>
84 <PackageName Value="ModularSystem"/>
85 </Item3>
86 <Item4>
87 <PackageName Value="LCL"/>
88 </Item4>
89 </RequiredPackages>
90 <Units Count="4">
91 <Unit0>
92 <Filename Value="ChronisDemo.lpr"/>
93 <IsPartOfProject Value="True"/>
94 <UnitName Value="ChronisDemo"/>
95 </Unit0>
96 <Unit1>
97 <Filename Value="UDataModuleDemo.pas"/>
98 <IsPartOfProject Value="True"/>
99 <ComponentName Value="DataModuleDemo"/>
100 <HasResources Value="True"/>
101 <ResourceBaseClass Value="DataModule"/>
102 <UnitName Value="UDataModuleDemo"/>
103 </Unit1>
104 <Unit2>
105 <Filename Value="URegistredModules.pas"/>
106 <IsPartOfProject Value="True"/>
107 <UnitName Value="URegistredModules"/>
108 </Unit2>
109 <Unit3>
110 <Filename Value="Modules/Test/UModuleTest.pas"/>
111 <IsPartOfProject Value="True"/>
112 <ComponentName Value="DataModuleTest"/>
113 <HasResources Value="True"/>
114 <ResourceBaseClass Value="DataModule"/>
115 <UnitName Value="UModuleTest"/>
116 </Unit3>
117 </Units>
118 </ProjectOptions>
119 <CompilerOptions>
120 <Version Value="11"/>
121 <Target>
122 <Filename Value="ChronisDemo"/>
123 </Target>
124 <SearchPaths>
125 <IncludeFiles Value="$(ProjOutDir)"/>
126 <OtherUnitFiles Value="Modules/Test"/>
127 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
128 </SearchPaths>
129 <Parsing>
130 <SyntaxOptions>
131 <SyntaxMode Value="Delphi"/>
132 </SyntaxOptions>
133 </Parsing>
134 <CodeGeneration>
135 <Checks>
136 <IOChecks Value="True"/>
137 <RangeChecks Value="True"/>
138 <OverflowChecks Value="True"/>
139 <StackChecks Value="True"/>
140 </Checks>
141 </CodeGeneration>
142 <Linking>
143 <Debugging>
144 <UseHeaptrc Value="True"/>
145 <UseExternalDbgSyms Value="True"/>
146 </Debugging>
147 <Options>
148 <PassLinkerOptions Value="True"/>
149 <Win32>
150 <GraphicApplication Value="True"/>
151 </Win32>
152 </Options>
153 </Linking>
154 <Other>
155 <CompilerMessages>
156 <MsgFileName Value=""/>
157 </CompilerMessages>
158 <CustomOptions Value="-dDEBUG"/>
159 <CompilerPath Value="$(CompPath)"/>
160 </Other>
161 </CompilerOptions>
162 <Debugging>
163 <Exceptions Count="3">
164 <Item1>
165 <Name Value="EAbort"/>
166 </Item1>
167 <Item2>
168 <Name Value="ECodetoolError"/>
169 </Item2>
170 <Item3>
171 <Name Value="EFOpenError"/>
172 </Item3>
173 </Exceptions>
174 </Debugging>
175</CONFIG>
Note: See TracBrowser for help on using the repository browser.