source: trunk/Packages/Database/Database.pas

Last change on this file was 19, checked in by chronos, 6 years ago
  • Added: Remember main form and preferences form dimensions.
  • Added: Windows installer script.
  • Added: 32-bit mysql library binary.
  • Removed: Dependency on synapse package which can't be compiled under 64-bit CPU.
File size: 379 bytes
Line 
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
5unit Database;
6
7{$warn 5023 off : no warning about unused units}
8interface
9
10uses
11 USqlDatabase, LazarusPackageIntf;
12
13implementation
14
15procedure Register;
16begin
17end;
18
19initialization
20 RegisterPackage('Database', @Register);
21end.
Note: See TracBrowser for help on using the repository browser.