SDL icon indicating copy to clipboard operation
SDL copied to clipboard

Should the MinGW binary packages contain static libraries?

Open madebr opened this issue 1 year ago • 3 comments

Until now, all MinGW binary packages contain a dynamic dll and a static library. Since the SDL project recommends using shared libraries, would it make sense to stop adding static libraries? MinGW is the only platform for which we provide static libraries.

madebr avatar Oct 09 '24 03:10 madebr

Yes.

slouken avatar Oct 09 '24 03:10 slouken

Is the yes an answer to the title, or the question in my post?

madebr avatar Oct 09 '24 04:10 madebr

Since the SDL project recommends using shared libraries, would it make sense to stop adding static libraries?

Yes. :)

slouken avatar Oct 09 '24 05:10 slouken

This change has been applied to all SDL3 build scripts.

madebr avatar Oct 30 '24 01:10 madebr