diff options
author | Patric Stout <truebrain@openttd.org> | 2019-03-10 16:36:19 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2019-03-11 10:16:00 +0100 |
commit | dcc5183dd0b1eba4163211a3c28f5acc4579e8fd (patch) | |
tree | 7b4ea3728d254e601190c7e13cccdad74d41cd03 /projects | |
parent | 75a86d8460c62064bc7ecc362f54d042999c0e4e (diff) | |
download | openttd-dcc5183dd0b1eba4163211a3c28f5acc4579e8fd.tar.xz |
Codechange: make clear that SSE is a flag you can switch
Diffstat (limited to 'projects')
-rw-r--r-- | projects/generate.vbs | 2 |
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 |