File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
@ cd build
3
3
@ mkdir imports
4
4
@ gcc -I ..\include -fPIC -s -O3 -c ..\sqlite3.c
5
- @ g++ -std=c++11 -I ..\include -shared -static -fPIC -s -O3 ..\sqlite.cpp .\sqlite3.o -o .\imports\sqlite.cse
5
+ @ g++ -std=c++11 -I%CS_DEV_PATH% \include -I ..\include -shared -static -fPIC -s -O3 ..\sqlite.cpp .\sqlite3.o -o .\imports\sqlite.cse -L %CS_DEV_PATH% \lib -lcovscript
6
6
@ del sqlite3.o
Original file line number Diff line number Diff line change 18
18
* Github: https://github.com/mikecovlee
19
19
*/
20
20
#include < sqlite/sqlite.hpp>
21
- #include < covscript/extension .hpp>
21
+ #include < covscript/dll .hpp>
22
22
23
23
static cs::namespace_t sqlite_db_ext=cs::make_shared_namespace<cs::name_space>();
24
24
static cs::namespace_t sqlite_stmt_ext=cs::make_shared_namespace<cs::name_space>();
You can’t perform that action at this time.
0 commit comments