Commit a4ecdc20 authored by mercury233's avatar mercury233

fix linux lua

parent f90dfc9e
...@@ -22,7 +22,7 @@ solution "ygo" ...@@ -22,7 +22,7 @@ solution "ygo"
configuration { "Release", "vs*" } configuration { "Release", "vs*" }
optimize "Speed" optimize "Speed"
flags { "StaticRuntime", "LinkTimeOptimization" } flags { "StaticRuntime", "LinkTimeOptimization" }
disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477" } disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477", "4091", "4828", "4800" }
configuration { "Release", "not vs*" } configuration { "Release", "not vs*" }
symbols "On" symbols "On"
...@@ -33,7 +33,8 @@ solution "ygo" ...@@ -33,7 +33,8 @@ solution "ygo"
defines { "_ITERATOR_DEBUG_LEVEL=0" } defines { "_ITERATOR_DEBUG_LEVEL=0" }
configuration "vs*" configuration "vs*"
flags "EnableSSE2" vectorextensions "SSE2"
buildoptions { "/utf-8" }
defines { "_CRT_SECURE_NO_WARNINGS" } defines { "_CRT_SECURE_NO_WARNINGS" }
configuration "not vs*" configuration "not vs*"
...@@ -44,10 +45,10 @@ solution "ygo" ...@@ -44,10 +45,10 @@ solution "ygo"
startproject "ygopro" startproject "ygopro"
include "lua"
include "ocgcore" include "ocgcore"
include "gframe" include "gframe"
if os.is("windows") then if os.is("windows") then
include "lua"
include "event" include "event"
include "sqlite3" include "sqlite3"
end 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