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 22@ cd build
33@ mkdir imports
44@ 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
66@ del sqlite3.o
Original file line number Diff line number Diff line change 1818* Github: https://github.com/mikecovlee
1919*/
2020#include < sqlite/sqlite.hpp>
21- #include < covscript/extension .hpp>
21+ #include < covscript/dll .hpp>
2222
2323static cs::namespace_t sqlite_db_ext=cs::make_shared_namespace<cs::name_space>();
2424static 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