Commit b673cb52 authored by nanahira's avatar nanahira

fix windows dll build

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