mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-04-25 15:11:01 +00:00
adding sqlclient=yes to the make command line. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@35749 72102866-910b-0410-8b05-ffd578937521
10 lines
121 B
Text
10 lines
121 B
Text
{
|
|
ScriptingInfoClass = STSQLClientModule;
|
|
|
|
Classes =
|
|
(
|
|
SQLClient,
|
|
SQLRecord,
|
|
SQLTransaction
|
|
);
|
|
}
|