[premake] Cleanup

This commit is contained in:
Margen67
2025-07-25 16:49:55 -07:00
parent 7fec549552
commit 25d6f8269a
28 changed files with 9 additions and 97 deletions

View File

@@ -7,8 +7,8 @@ project("SDL2")
defines({
"HAVE_LIBC",
"SDL_LEAN_AND_MEAN=1",
"SDL_RENDER_DISABLED=1"
"SDL_LEAN_AND_MEAN",
"SDL_RENDER_DISABLED",
})
links({
"setupapi.lib",
@@ -21,7 +21,6 @@ project("SDL2")
})
files({
-- 1:1 from SDL2/VisualC/SDL/SDL.vcxproj file
"SDL2/include/begin_code.h",
"SDL2/include/close_code.h",
"SDL2/include/SDL.h",