Commit 395756ab authored by nanahira's avatar nanahira

clean

parent 33cb9e3a
...@@ -109,7 +109,6 @@ project "sqlite3" ...@@ -109,7 +109,6 @@ project "sqlite3"
SQLITE3_DIR .. "/sqlite3.h" SQLITE3_DIR .. "/sqlite3.h"
} }
-- 系统相关
filter "system:windows" filter "system:windows"
systemversion "latest" systemversion "latest"
...@@ -119,7 +118,6 @@ project "sqlite3" ...@@ -119,7 +118,6 @@ project "sqlite3"
filter "system:linux" filter "system:linux"
linkoptions { "-static-libstdc++", "-static-libgcc" } linkoptions { "-static-libstdc++", "-static-libgcc" }
-- 配置项
filter "configurations:Debug" filter "configurations:Debug"
symbols "On" symbols "On"
defines { "DEBUG" } defines { "DEBUG" }
......
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