ultimatepp/uppsrc/SqlCommander/SqlCommander.upp
rylek 51caafe446 TDraw fixed to support PolyPolyPolygons in Drawings; added build mode without PostgreSQL to SqlCommander
git-svn-id: svn://ultimatepp.org/upp/trunk@1729 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-30 21:18:44 +00:00

25 lines
399 B
Text

description "Simple SQL console utility\377";
uses
SqlCtrl,
Oracle,
OleDB,
MySql,
plugin\sqlite3,
PostgreSQL;
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",
"" = ".NOMYSQL GUI .NOAPPSQL .NOPOSTGRESQL";