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 Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
CMakeLists.txt Win32: Fix compilation with standalone LLVM 2021-06-09 18:31:39 +02:00
cursor.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
empty.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
events.c Make events test output only UTF-8 in C locale 2019-11-14 21:32:37 +01:00
gamma.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
glfwinfo.c Fix conflict with DEBUG macro defined by Bazel 2019-09-23 15:25:17 +02:00
icon.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
iconify.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
inputlag.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
joysticks.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
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 Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
reopen.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
tearing.c Remove unused function in tearing test 2019-07-16 14:39:12 +02:00
threads.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
timeout.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
title.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
triangle-vulkan.c Update test SPIR-V shader code 2020-12-14 22:47:52 +01:00
windows.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00