Commit 59d89b1c authored by nanahira's avatar nanahira

Merge branch 'test-mdpro3-sqliteexport' of git.mycard.moe:nanahira/ygopro into server-develop

parents 9b8ad166 34b4f359
...@@ -2,3 +2,8 @@ project "sqlite3" ...@@ -2,3 +2,8 @@ project "sqlite3"
kind "StaticLib" kind "StaticLib"
files { "sqlite3.c", "sqlite3.h" } files { "sqlite3.c", "sqlite3.h" }
if SERVER_PRO3_SUPPORT then
filter "system:windows"
defines { "SQLITE_API=__declspec(dllexport)" }
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment