mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
I experienced a conflict with msvcrtd with cl version 19.44.35214 and link version 14.44.35214.0.
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user