标签: c++ sdl static-linking
见标题。我正在使用Code :: Blocks。谷歌搜索导致涉及sdl-config sh脚本的信息,我显然无法在Windows上使用。
答案 0 :(得分:0)
How to statically compile an SDL game on Windows
答案 1 :(得分:0)
您将在lib文件夹(lib/libSDL2.dll.a)中找到sdl提供的静态库。尝试链接此文件。
lib/libSDL2.dll.a