From eb6dcc4fe0b9c997ca49cb2fd5b2326bf38ed544 Mon Sep 17 00:00:00 2001 From: unodgs Date: Sun, 20 Mar 2011 09:04:30 +0000 Subject: [PATCH] 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 --- uppsrc/GridCtrl/GridCtrl.upp | 12 ++---------- uppsrc/GridCtrl/init | 1 + 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/uppsrc/GridCtrl/GridCtrl.upp b/uppsrc/GridCtrl/GridCtrl.upp index 54f2dd38c..57bc38600 100644 --- a/uppsrc/GridCtrl/GridCtrl.upp +++ b/uppsrc/GridCtrl/GridCtrl.upp @@ -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, diff --git a/uppsrc/GridCtrl/init b/uppsrc/GridCtrl/init index 7c9a2f5a5..f6ea48d9a 100644 --- a/uppsrc/GridCtrl/init +++ b/uppsrc/GridCtrl/init @@ -1,4 +1,5 @@ #ifndef _GridCtrl_icpp_init_stub #define _GridCtrl_icpp_init_stub #include "CtrlLib/init" +#include "Sql/init" #endif