ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/ibexpress.lpk
Revision: 5
Committed: Fri Feb 18 16:26:16 2011 UTC (13 years, 1 month ago) by tony
File size: 3568 byte(s)
Log Message:
Committing updates for Release pre-release

File Contents

# User Rev Content
1 tony 5 <?xml version="1.0"?>
2     <CONFIG>
3     <Package Version="3">
4     <Name Value="ibexpress"/>
5     <CompilerOptions>
6     <Version Value="8"/>
7     <SearchPaths>
8     <OtherUnitFiles Value="runtime/"/>
9     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
10     </SearchPaths>
11     <Linking>
12     <Debugging>
13     <GenerateDebugInfo Value="True"/>
14     </Debugging>
15     </Linking>
16     <Other>
17     <CompilerPath Value="$(CompPath)"/>
18     </Other>
19     </CompilerOptions>
20     <Files Count="22">
21     <Item1>
22     <Filename Value="runtime/IB.pas"/>
23     <UnitName Value="IB"/>
24     </Item1>
25     <Item2>
26     <Filename Value="runtime/IBBatchMove.pas"/>
27     <UnitName Value="IBBatchMove"/>
28     </Item2>
29     <Item3>
30     <Filename Value="runtime/IBBlob.pas"/>
31     <UnitName Value="IBBlob"/>
32     </Item3>
33     <Item4>
34     <Filename Value="runtime/IBCustomDataSet.pas"/>
35     <UnitName Value="IBCustomDataSet"/>
36     </Item4>
37     <Item5>
38     <Filename Value="runtime/IBDatabase.pas"/>
39     <UnitName Value="IBDatabase"/>
40     </Item5>
41     <Item6>
42     <Filename Value="runtime/IBDialogs.pas"/>
43     <UnitName Value="IBDialogs"/>
44     </Item6>
45     <Item7>
46     <Filename Value="runtime/IBErrorCodes.pas"/>
47     <UnitName Value="IBErrorCodes"/>
48     </Item7>
49     <Item8>
50     <Filename Value="runtime/IBEvents.pas"/>
51     <UnitName Value="IBEvents"/>
52     </Item8>
53     <Item9>
54     <Filename Value="runtime/IBExternals.pas"/>
55     <UnitName Value="IBExternals"/>
56     </Item9>
57     <Item10>
58     <Filename Value="runtime/IBExtract.pas"/>
59     <UnitName Value="IBExtract"/>
60     </Item10>
61     <Item11>
62     <Filename Value="runtime/IBHeader.pas"/>
63     <UnitName Value="IBHeader"/>
64     </Item11>
65     <Item12>
66     <Filename Value="runtime/IBUtils.pas"/>
67     <UnitName Value="IBUtils"/>
68     </Item12>
69     <Item13>
70     <Filename Value="runtime/IBXConst.pas"/>
71     <UnitName Value="IBXConst"/>
72     </Item13>
73     <Item14>
74     <Filename Value="runtime/IBIntf.pas"/>
75     <UnitName Value="IBIntf"/>
76     </Item14>
77     <Item15>
78     <Filename Value="runtime/IBQuery.pas"/>
79     <UnitName Value="IBQuery"/>
80     </Item15>
81     <Item16>
82     <Filename Value="runtime/IBServices.pas"/>
83     <UnitName Value="IBServices"/>
84     </Item16>
85     <Item17>
86     <Filename Value="runtime/IBSQL.pas"/>
87     <UnitName Value="IBSQL"/>
88     </Item17>
89     <Item18>
90     <Filename Value="runtime/IBStoredProc.pas"/>
91     <UnitName Value="IBStoredProc"/>
92     </Item18>
93     <Item19>
94     <Filename Value="runtime/IBDatabaseInfo.pas"/>
95     <UnitName Value="IBDatabaseInfo"/>
96     </Item19>
97     <Item20>
98     <Filename Value="runtime/IBUpdateSQL.pas"/>
99     <UnitName Value="IBUpdateSQL"/>
100     </Item20>
101     <Item21>
102     <Filename Value="runtime/dblogindlg.pas"/>
103     <UnitName Value="dblogindlg"/>
104     </Item21>
105     <Item22>
106     <Filename Value="runtime/IBTable.pas"/>
107     <UnitName Value="IBTable"/>
108     </Item22>
109     </Files>
110     <RequiredPkgs Count="2">
111     <Item1>
112     <PackageName Value="LCL"/>
113     </Item1>
114     <Item2>
115     <PackageName Value="FCL"/>
116     <MinVersion Major="1" Valid="True"/>
117     </Item2>
118     </RequiredPkgs>
119     <UsageOptions>
120     <UnitPath Value="$(PkgOutDir)/"/>
121     </UsageOptions>
122     <PublishOptions>
123     <Version Value="2"/>
124     <IgnoreBinaries Value="False"/>
125     </PublishOptions>
126     </Package>
127     </CONFIG>