sql: + ON DUPLICATE KEY UPDATE (closes #33)
[sqlgg.git] / example / build.bat
blob3ba546bedd2732ae469ff7af86f0872b7dc05d26
1 ..\sqlgg.byte.exe ..\test.sql > test.hpp
2 cl /c /MDd /D_UNICODE /D_DEBUG /W4 /Zc:forScope,wchar_t /EHsc test.cpp
3 link /DEBUG test.obj sqlite3.lib