mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +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. |
||
---|---|---|
.. | ||
boing.c | ||
CMakeLists.txt | ||
gears.c | ||
glfw.icns | ||
glfw.ico | ||
glfw.rc | ||
heightmap.c | ||
offscreen.c | ||
particles.c | ||
sharing.c | ||
splitview.c | ||
triangle-opengl.c | ||
wave.c | ||
windows.c |