mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 14:16:12 -06:00
15 lines
168 B
Text
15 lines
168 B
Text
description "OLEDB interface";
|
|
|
|
uses
|
|
Ole,
|
|
Sql;
|
|
|
|
link(MT DEBUG) /nodefaultlib:LIBCMT;
|
|
|
|
file
|
|
OleDB.h,
|
|
OleDBSchema.h,
|
|
OleDB.cpp,
|
|
Info readonly separator,
|
|
Copying;
|
|
|