From ed0980a54266c0676fa93f9450cc4f6e7f9ad5fe Mon Sep 17 00:00:00 2001 From: Paul Clarke Date: Tue, 4 Nov 2025 16:42:27 -0600 Subject: [PATCH] I experienced a conflict with msvcrtd with cl version 19.44.35214 and link version 14.44.35214.0. --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 7c404e8..bcec9b5 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -133,7 +133,7 @@ This will output `a.exe` to the current directory, where you can run it with `./ ### Build ONE example using msvc/cl - cl gdi32.lib msvcrt.lib raylib.lib winmm.lib user32.lib shell32.lib filename.c -Ic:\path\to\raylib\include /link /libpath:c:\path\to\raylib\lib /NODEFAULTLIB:libcmt + cl gdi32.lib msvcrt.lib raylib.lib winmm.lib user32.lib shell32.lib filename.c -Ic:\path\to\raylib\include /link /libpath:c:\path\to\raylib\lib /NODEFAULTLIB:libcmt /NODEFAULTLIB:msvcrtd ## Install additional libraries in w64devkit