summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--projects/generate.vbs2
-rw-r--r--source.list6
3 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 4817a6dad..0f6ac2503 100755
--- a/configure
+++ b/configure
@@ -124,7 +124,7 @@ AWKCOMMAND='
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }
if ($0 == "FLUIDSYNTH" && "'$fluidsynth'" == "" ) { next; }
if ($0 == "USE_THREADS" && "'$with_threads'" == "0") { next; }
- if ($0 == "SSE" && "'$with_sse'" != "1") { next; }
+ if ($0 == "USE_SSE" && "'$with_sse'" != "1") { next; }
skip += 1;
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
diff --git a/source.list b/source.list
index 21b7dcab6..5e9c52b73 100644
--- a/source.list
+++ b/source.list
@@ -110,7 +110,7 @@ townname.cpp
vehicle.cpp
vehiclelist.cpp
viewport.cpp
-#if SSE
+#if USE_SSE
viewport_sprite_sorter_sse4.cpp
#end
waypoint.cpp
@@ -919,7 +919,7 @@ script/api/script_window.cpp
#else
blitter/32bpp_anim.cpp
blitter/32bpp_anim.hpp
- #if SSE
+ #if USE_SSE
blitter/32bpp_anim_sse2.cpp
blitter/32bpp_anim_sse2.hpp
blitter/32bpp_anim_sse4.cpp
@@ -931,7 +931,7 @@ script/api/script_window.cpp
blitter/32bpp_optimized.hpp
blitter/32bpp_simple.cpp
blitter/32bpp_simple.hpp
- #if SSE
+ #if USE_SSE
blitter/32bpp_sse_func.hpp
blitter/32bpp_sse_type.h
blitter/32bpp_sse2.cpp