Changeset - r21142:d24f3f714845
[Not reviewed]
master
0 1 0
zuu - 10 years ago 2014-01-05 10:19:59
zuu@openttd.org
(svn r26227) -Fix: [Windows] generate.vbs didn't include SSE source files
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
projects/generate.vbs
Show inline comments
 
@@ -173,6 +173,7 @@ Function load_main_data(filename, ByRef 
 
						line = "MSVC" Or _
 
						line = "DIRECTMUSIC" Or _
 
						line = "AI" Or _
 
						line = "SSE" Or _
 
						line = "HAVE_THREAD" _
 
					) Then skip = skip + 1
 
					deep = deep + 1
0 comments (0 inline, 0 general)