ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/fbsql/fbsql.lpi
Revision: 209
Committed: Wed Mar 14 12:48:51 2018 UTC (6 years, 1 month ago) by tony
File size: 1882 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
1 tony 37 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4 tony 80 <Version Value="10"/>
5 tony 37 <General>
6     <Flags>
7     <MainUnitHasCreateFormStatements Value="False"/>
8     </Flags>
9     <SessionStorage Value="InProjectDir"/>
10     <MainUnit Value="0"/>
11     <Title Value="fbsql"/>
12     <UseAppBundle Value="False"/>
13     <ResourceType Value="res"/>
14     </General>
15     <i18n>
16     <EnableI18N LFM="False"/>
17     </i18n>
18     <BuildModes Count="1">
19     <Item1 Name="Default" Default="True"/>
20     </BuildModes>
21     <PublishOptions>
22     <Version Value="2"/>
23     </PublishOptions>
24     <RunParams>
25     <local>
26     <FormatVersion Value="1"/>
27 tony 209 <CommandLineParams Value="-u SYSDBA -p masterkey employee"/>
28 tony 37 </local>
29     </RunParams>
30 tony 47 <RequiredPackages Count="2">
31 tony 37 <Item1>
32 tony 209 <PackageName Value="ibnongui"/>
33 tony 47 </Item1>
34     <Item2>
35 tony 209 <PackageName Value="LCL"/>
36 tony 47 </Item2>
37 tony 37 </RequiredPackages>
38     <Units Count="2">
39     <Unit0>
40     <Filename Value="fbsql.lpr"/>
41     <IsPartOfProject Value="True"/>
42     </Unit0>
43     <Unit1>
44     <Filename Value="readme.txt"/>
45     <IsPartOfProject Value="True"/>
46     </Unit1>
47     </Units>
48     </ProjectOptions>
49     <CompilerOptions>
50     <Version Value="11"/>
51     <Target>
52     <Filename Value="fbsql"/>
53     </Target>
54     <SearchPaths>
55     <IncludeFiles Value="$(ProjOutDir)"/>
56     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
57     </SearchPaths>
58 tony 47 <CodeGeneration>
59     <Checks>
60     <RangeChecks Value="True"/>
61     </Checks>
62     </CodeGeneration>
63 tony 37 </CompilerOptions>
64     <Debugging>
65     <Exceptions Count="3">
66     <Item1>
67     <Name Value="EAbort"/>
68     </Item1>
69     <Item2>
70     <Name Value="ECodetoolError"/>
71     </Item2>
72     <Item3>
73     <Name Value="EFOpenError"/>
74     </Item3>
75     </Exceptions>
76     </Debugging>
77     </CONFIG>