ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/tags/R2-1-0/ibexpressconsolemode.pas
Revision: 71
Committed: Sat Dec 30 14:29:38 2017 UTC (6 years, 2 months ago) by tony
Content type: text/x-pascal
File size: 441 byte(s)
Log Message:
Tag Created for Revision 2-1-0

File Contents

# Content
1 { This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5 unit ibexpressconsolemode;
6
7 interface
8
9 uses
10 IBBatchMove, IBBlob, IBCustomDataSet, IBDatabase, IBEvents, IBExtract,
11 IBQuery, IBServices, IBSQL, IBStoredProc, IBDatabaseInfo, IBUpdateSQL,
12 IBTable, IBSQLMonitor, IBSQLParser, ibxscript, IBCMLocalDBSupport,
13 IBVersion, IBDataOutput;
14
15 implementation
16
17 end.