mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-21 04:29:42 +01:00
(svn r26227) -Fix: [Windows] generate.vbs didn't include SSE source files
This commit is contained in:
parent
998049a618
commit
1aa26b30c7
@ -173,6 +173,7 @@ Function load_main_data(filename, ByRef vcxproj, ByRef filters, ByRef files)
|
|||||||
line = "MSVC" Or _
|
line = "MSVC" Or _
|
||||||
line = "DIRECTMUSIC" Or _
|
line = "DIRECTMUSIC" Or _
|
||||||
line = "AI" Or _
|
line = "AI" Or _
|
||||||
|
line = "SSE" Or _
|
||||||
line = "HAVE_THREAD" _
|
line = "HAVE_THREAD" _
|
||||||
) Then skip = skip + 1
|
) Then skip = skip + 1
|
||||||
deep = deep + 1
|
deep = deep + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user