glfw/tests
Camilla Löwy 5dd6716ee9 Win32: Fix compilation with standalone LLVM
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.

(cherry picked from commit 061a0263a9)
2021-06-09 18:31:39 +02:00
..
clipboard.c
CMakeLists.txt Win32: Fix compilation with standalone LLVM 2021-06-09 18:31:39 +02:00
cursor.c
empty.c
events.c
gamma.c
glfwinfo.c
icon.c
iconify.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
inputlag.c
joysticks.c
monitors.c Clean up monitors tool output 2019-11-05 17:58:21 +01:00
msaa.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
opacity.c
reopen.c
tearing.c Remove unused function in tearing test 2019-07-16 14:39:12 +02:00
threads.c
timeout.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
title.c
triangle-vulkan.c Update test SPIR-V shader code 2020-12-14 22:47:52 +01:00
windows.c