mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
23 lines
336 B
Text
23 lines
336 B
Text
description "Simple SQL console utility";
|
|
|
|
uses
|
|
SqlCtrl,
|
|
Oracle,
|
|
OleDB,
|
|
MySql,
|
|
plugin\sqlite3;
|
|
|
|
link(WIN32 DEBUG MSC) /NODEFAULTLIB:libcmt;
|
|
|
|
link(WIN32 !DEBUG MSC) /NODEFAULTLIB:libcmtd;
|
|
|
|
file
|
|
SqlCommander.cpp,
|
|
login.lay,
|
|
Info readonly separator,
|
|
Copying;
|
|
|
|
mainconfig
|
|
"" = ".NOMYSQL GUI .NOAPPSQL",
|
|
"" = "GUI MT .NOAPPSQL";
|
|
|