summaryrefslogtreecommitdiff
path: root/projects/generate.vbs
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-03-10 16:36:19 +0100
committerPatric Stout <truebrain@openttd.org>2019-03-11 10:16:00 +0100
commitdcc5183dd0b1eba4163211a3c28f5acc4579e8fd (patch)
tree7b4ea3728d254e601190c7e13cccdad74d41cd03 /projects/generate.vbs
parent75a86d8460c62064bc7ecc362f54d042999c0e4e (diff)
downloadopenttd-dcc5183dd0b1eba4163211a3c28f5acc4579e8fd.tar.xz
Codechange: make clear that SSE is a flag you can switch
Diffstat (limited to 'projects/generate.vbs')
-rw-r--r--projects/generate.vbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/generate.vbs b/projects/generate.vbs
index e95d1bf82..3b4adf4bd 100644
--- a/projects/generate.vbs
+++ b/projects/generate.vbs
@@ -179,7 +179,7 @@ Sub load_main_data(filename, ByRef vcxproj, ByRef filters, ByRef files)
line = "MSVC" Or _
line = "DIRECTMUSIC" Or _
line = "AI" Or _
- line = "SSE" Or _
+ line = "USE_SSE" Or _
line = "USE_THREADS" _
) Then skip = skip + 1
deep = deep + 1