Refactor premake scripts.

This commit is contained in:
Joel Linn
2020-11-03 21:54:19 +01:00
committed by Rick Gibbed
parent e348cacc6d
commit 2a076c924f
3 changed files with 22 additions and 30 deletions

View File

@@ -18,7 +18,7 @@ project("SDL2")
"SDL2/include",
})
buildoptions({
"/wd4828", -- illegal characters in file
"/wd4828", -- illegal characters in file https://bugzilla.libsdl.org/show_bug.cgi?id=5333
})
files({
-- 1:1 from SDL.vcxproj file