GridSql: F#30 - Sql package is now automatically used when GRIDSQL flag is set (thx Lionel Orry!)

git-svn-id: svn://ultimatepp.org/upp/trunk@3291 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2011-03-20 09:04:30 +00:00
parent a7395c6838
commit eb6dcc4fe0
2 changed files with 3 additions and 10 deletions

View file

@ -1,19 +1,11 @@
description "Grid control";
description "Grid control\377";
charset "windows-1250";
uses
CtrlLib;
library
,
,
,
,
;
options
-DLOG_CALLBACKS;
uses(GRIDSQL) Sql;
file
GridCtrl.h,

View file

@ -1,4 +1,5 @@
#ifndef _GridCtrl_icpp_init_stub
#define _GridCtrl_icpp_init_stub
#include "CtrlLib/init"
#include "Sql/init"
#endif