mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +00:00
Remove dwmapi linking, compile posix_module.c as well for Linux
This commit is contained in:
parent
a36f9a6a29
commit
07df3a26af
@ -38,6 +38,7 @@ project "GLFW"
|
|||||||
"src/x11_monitor.c",
|
"src/x11_monitor.c",
|
||||||
"src/x11_window.c",
|
"src/x11_window.c",
|
||||||
"src/xkb_unicode.c",
|
"src/xkb_unicode.c",
|
||||||
|
"src/posix_module.c",
|
||||||
"src/posix_time.c",
|
"src/posix_time.c",
|
||||||
"src/posix_thread.c",
|
"src/posix_thread.c",
|
||||||
"src/glx_context.c",
|
"src/glx_context.c",
|
||||||
@ -73,11 +74,6 @@ project "GLFW"
|
|||||||
"_GLFW_WIN32",
|
"_GLFW_WIN32",
|
||||||
}
|
}
|
||||||
|
|
||||||
links
|
|
||||||
{
|
|
||||||
"Dwmapi.lib"
|
|
||||||
}
|
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
symbols "on"
|
symbols "on"
|
||||||
|
Loading…
Reference in New Issue
Block a user