ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/fbsql/fbsql.lpi
Revision: 49
Committed: Thu Feb 2 16:20:12 2017 UTC (7 years, 2 months ago) by tony
File size: 2038 byte(s)
Log Message:
Committing updates for Trunk

File Contents

# User Rev Content
1 tony 37 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4     <Version Value="9"/>
5     <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     <VersionInfo>
19     <StringTable ProductVersion=""/>
20     </VersionInfo>
21     <BuildModes Count="1">
22     <Item1 Name="Default" Default="True"/>
23     </BuildModes>
24     <PublishOptions>
25     <Version Value="2"/>
26     </PublishOptions>
27     <RunParams>
28     <local>
29     <FormatVersion Value="1"/>
30 tony 49 <CommandLineParams Value="-u SYSDBA -p celebr8 -s &quot;CREATE DATABASE 'olympus:/home/firebird/test1.fdb' PAGE_SIZE 4096&quot;"/>
31 tony 37 </local>
32     </RunParams>
33 tony 47 <RequiredPackages Count="2">
34 tony 37 <Item1>
35 tony 47 <PackageName Value="LCL"/>
36     </Item1>
37     <Item2>
38 tony 37 <PackageName Value="ibexpressconsolemode"/>
39 tony 47 </Item2>
40 tony 37 </RequiredPackages>
41     <Units Count="2">
42     <Unit0>
43     <Filename Value="fbsql.lpr"/>
44     <IsPartOfProject Value="True"/>
45     </Unit0>
46     <Unit1>
47     <Filename Value="readme.txt"/>
48     <IsPartOfProject Value="True"/>
49     </Unit1>
50     </Units>
51     </ProjectOptions>
52     <CompilerOptions>
53     <Version Value="11"/>
54     <Target>
55     <Filename Value="fbsql"/>
56     </Target>
57     <SearchPaths>
58     <IncludeFiles Value="$(ProjOutDir)"/>
59     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
60     </SearchPaths>
61 tony 47 <CodeGeneration>
62     <Checks>
63     <RangeChecks Value="True"/>
64     </Checks>
65     </CodeGeneration>
66 tony 37 </CompilerOptions>
67     <Debugging>
68     <Exceptions Count="3">
69     <Item1>
70     <Name Value="EAbort"/>
71     </Item1>
72     <Item2>
73     <Name Value="ECodetoolError"/>
74     </Item2>
75     <Item3>
76     <Name Value="EFOpenError"/>
77     </Item3>
78     </Exceptions>
79     </Debugging>
80     </CONFIG>