diff --git a/premake5.lua b/premake5.lua index e470496913..7376fdd629 100644 --- a/premake5.lua +++ b/premake5.lua @@ -38,6 +38,7 @@ project "GLFW" "src/x11_monitor.c", "src/x11_window.c", "src/xkb_unicode.c", + "src/posix_module.c", "src/posix_time.c", "src/posix_thread.c", "src/glx_context.c", @@ -73,11 +74,6 @@ project "GLFW" "_GLFW_WIN32", } - links - { - "Dwmapi.lib" - } - filter "configurations:Debug" runtime "Debug" symbols "on"