mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
061a0263a9
The /clang: suffix passed to Clang-CL was accidentally also passed to the regular standalone Clang, which caused compilation to fail. We now pass /W3 to Clang-CL, which it interprets as -Wall. The _CRT_SECURE_NO_WARNINGS macro is now defined for both Clang and Clang-CL. The /entry: flag passed to link.exe is now also passed to lld-link, letting the windows subsystem tests and examples link. Fixes #1807. Closes #1824. Closes #1874. |
||
---|---|---|
.. | ||
clipboard.c | ||
CMakeLists.txt | ||
cursor.c | ||
empty.c | ||
events.c | ||
gamma.c | ||
glfwinfo.c | ||
icon.c | ||
iconify.c | ||
inputlag.c | ||
joysticks.c | ||
monitors.c | ||
msaa.c | ||
reopen.c | ||
tearing.c | ||
threads.c | ||
timeout.c | ||
title.c | ||
triangle-vulkan.c | ||
window.c |