mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
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:
parent
a7395c6838
commit
eb6dcc4fe0
2 changed files with 3 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef _GridCtrl_icpp_init_stub
|
||||
#define _GridCtrl_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#include "Sql/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue