Fix: Inconsistency in handling of SDL2 in source.list

This commit is contained in:
glx
2020-05-26 21:38:07 +02:00
committed by glx22
parent 2b2f60caf5
commit bfa2e4edf0
2 changed files with 3 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ Sub load_main_data(filename, ByRef vcxproj, ByRef filters, ByRef files)
line = Replace(line, "#if ", "")
If deep = skip And ( _
line = "SDL" Or _
line = "SDL2" Or _
line = "PNG" Or _
line = "WIN32" Or _
line = "MSVC" Or _