Commit 75bc2f01 authored by mercury233's avatar mercury233

fix entrypoint

parent c7099812
......@@ -67,6 +67,7 @@ project "YGOPro"
end
filter "system:windows"
entrypoint "mainCRTStartup"
defines { "_IRR_WCHAR_FILESYSTEM" }
files "ygopro.rc"
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32" }
......
......@@ -236,7 +236,6 @@ workspace "YGOPro"
configurations { "Release", "Debug" }
filter "system:windows"
entrypoint "mainCRTStartup"
systemversion "latest"
startproject "YGOPro"
if WINXP_SUPPORT then
......
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