mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
20 lines
358 B
Text
20 lines
358 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,
|
|
Copying;
|
|
|