mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
19 lines
348 B
Text
19 lines
348 B
Text
description "Sqlite3 database engine and U++ interface\3770,128,128";
|
|
|
|
flags(NOTMFC) "!GUI !CONSOLE";
|
|
|
|
uses
|
|
Sql;
|
|
|
|
options
|
|
"-DSQLITE_CORE -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS";
|
|
|
|
file
|
|
Wrapper readonly separator,
|
|
Sqlite3.h,
|
|
Sqlite3Schema.h,
|
|
Sqlite3upp.cpp,
|
|
"Original files" readonly separator,
|
|
lib\sqlite3.c,
|
|
lib\sqlite3.h;
|
|
|