glfw/examples
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
..
boing.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
gears.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
glfw.icns Add icon to examples 2015-10-15 18:04:02 +02:00
glfw.ico Add icon to examples 2015-10-15 18:04:02 +02:00
glfw.rc Remove trailing whitespace 2017-12-14 15:36:55 +01:00
heightmap.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
offscreen.c Fix rendering race in offscreen example 2020-02-13 22:02:20 +01:00
particles.c Fix typos 2019-09-23 15:27:17 +02:00
sharing.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
simple.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
splitview.c Fix typos 2019-09-23 15:27:17 +02:00
wave.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00