#How to statically link sdl2
1 messages · Page 1 of 1 (latest)
You would replace the SDL2.lib file with a statically linked version. The SDL project discourages statically linking their library.
1 messages · Page 1 of 1 (latest)
Hi! I'm new to Odin. I just downloaded it today and I would like to know how I can statically link sdl2 vendor lib in my program to avoid depending on dlls. Thanks!
You would replace the SDL2.lib file with a statically linked version. The SDL project discourages statically linking their library.