ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/testsuite.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 5 months ago) by tony
Original Path: ibx/trunk/fbintf/testsuite/testsuite.lpi
File size: 3947 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <Flags>
7 <MainUnitHasCreateFormStatements Value="False"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <MainUnit Value="0"/>
11 <Title Value="Firebird API Test Suite"/>
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 </local>
28 <environment>
29 <UserOverrides Count="1">
30 <Variable0 Name="FIREBIRD_LOCK" Value="/tmp"/>
31 </UserOverrides>
32 </environment>
33 </RunParams>
34 <RequiredPackages Count="2">
35 <Item1>
36 <PackageName Value="LCL"/>
37 </Item1>
38 <Item2>
39 <PackageName Value="fbintf"/>
40 </Item2>
41 </RequiredPackages>
42 <Units Count="19">
43 <Unit0>
44 <Filename Value="testsuite.lpr"/>
45 <IsPartOfProject Value="True"/>
46 </Unit0>
47 <Unit1>
48 <Filename Value="TestManager.pas"/>
49 <IsPartOfProject Value="True"/>
50 </Unit1>
51 <Unit2>
52 <Filename Value="Test1.pas"/>
53 <IsPartOfProject Value="True"/>
54 </Unit2>
55 <Unit3>
56 <Filename Value="test2.pas"/>
57 <IsPartOfProject Value="True"/>
58 </Unit3>
59 <Unit4>
60 <Filename Value="Test3.pas"/>
61 <IsPartOfProject Value="True"/>
62 </Unit4>
63 <Unit5>
64 <Filename Value="Test4.pas"/>
65 <IsPartOfProject Value="True"/>
66 </Unit5>
67 <Unit6>
68 <Filename Value="Test5.pas"/>
69 <IsPartOfProject Value="True"/>
70 </Unit6>
71 <Unit7>
72 <Filename Value="Test6.pas"/>
73 <IsPartOfProject Value="True"/>
74 </Unit7>
75 <Unit8>
76 <Filename Value="Test7.pas"/>
77 <IsPartOfProject Value="True"/>
78 </Unit8>
79 <Unit9>
80 <Filename Value="Test8.pas"/>
81 <IsPartOfProject Value="True"/>
82 </Unit9>
83 <Unit10>
84 <Filename Value="Test9.pas"/>
85 <IsPartOfProject Value="True"/>
86 </Unit10>
87 <Unit11>
88 <Filename Value="Test10.pas"/>
89 <IsPartOfProject Value="True"/>
90 </Unit11>
91 <Unit12>
92 <Filename Value="Test11.pas"/>
93 <IsPartOfProject Value="True"/>
94 </Unit12>
95 <Unit13>
96 <Filename Value="Test12.pas"/>
97 <IsPartOfProject Value="True"/>
98 </Unit13>
99 <Unit14>
100 <Filename Value="Test13.pas"/>
101 <IsPartOfProject Value="True"/>
102 </Unit14>
103 <Unit15>
104 <Filename Value="Test14.pas"/>
105 <IsPartOfProject Value="True"/>
106 </Unit15>
107 <Unit16>
108 <Filename Value="Test15.pas"/>
109 <IsPartOfProject Value="True"/>
110 </Unit16>
111 <Unit17>
112 <Filename Value="Test16.pas"/>
113 <IsPartOfProject Value="True"/>
114 </Unit17>
115 <Unit18>
116 <Filename Value="Makefile.fpc"/>
117 <IsPartOfProject Value="True"/>
118 </Unit18>
119 </Units>
120 </ProjectOptions>
121 <CompilerOptions>
122 <Version Value="11"/>
123 <Target>
124 <Filename Value="testsuite"/>
125 </Target>
126 <SearchPaths>
127 <IncludeFiles Value="$(ProjOutDir)"/>
128 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
129 </SearchPaths>
130 <CodeGeneration>
131 <Checks>
132 <RangeChecks Value="True"/>
133 </Checks>
134 </CodeGeneration>
135 <Linking>
136 <Debugging>
137 <UseHeaptrc Value="True"/>
138 </Debugging>
139 </Linking>
140 </CompilerOptions>
141 <Debugging>
142 <Exceptions Count="3">
143 <Item1>
144 <Name Value="EAbort"/>
145 </Item1>
146 <Item2>
147 <Name Value="ECodetoolError"/>
148 </Item2>
149 <Item3>
150 <Name Value="EFOpenError"/>
151 </Item3>
152 </Exceptions>
153 </Debugging>
154 </CONFIG>