Commit b673cb52 authored by nanahira's avatar nanahira

fix windows dll build

parent 461fa351
......@@ -102,9 +102,6 @@ if SERVER_MODE then
links { "ws2_32" }
else
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32", "Dnsapi" }
end
if SERVER_PRO3_SUPPORT then
architecture "x86_64"
end
filter "not system:windows"
links { "event_pthreads", "dl", "pthread", "resolv" }
......
......@@ -224,6 +224,9 @@ workspace "YGOPro"
else
defines { "WINVER=0x0601" } -- WIN7
end
if SERVER_PRO3_SUPPORT then
architecture "x86_64"
end
filter "system:macosx"
libdirs { "/usr/local/lib" }
......
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