Commit bbab8d40 authored by mercury233's avatar mercury233

update premake

parent b4f8b712
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
/lua/ /lua/
/obj/ /obj/
/sqlite3/ /sqlite3/
/irrklang/
premake5.exe premake5.exe
...@@ -9,6 +9,7 @@ solution "ygo" ...@@ -9,6 +9,7 @@ solution "ygo"
defines { "WIN32", "_WIN32", "WINVER=0x0501" } defines { "WIN32", "_WIN32", "WINVER=0x0501" }
libdirs { "$(DXSDK_DIR)Lib/x86" } libdirs { "$(DXSDK_DIR)Lib/x86" }
entrypoint "mainCRTStartup" entrypoint "mainCRTStartup"
toolset "v140_xp"
startproject "ygopro" startproject "ygopro"
configuration "bsd" configuration "bsd"
......
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