Changeset - r21133:62c136d40892
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2014-01-03 09:26:30
rubidium@openttd.org
(svn r26218) -Fix: wrong #if for SSE in source.list
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
source.list
Show inline comments
 
@@ -901,7 +901,7 @@ script/api/script_window.cpp
 
#else
 
blitter/32bpp_anim.cpp
 
blitter/32bpp_anim.hpp
 
#if WITH_SSE
 
#if SSE
 
blitter/32bpp_anim_sse4.cpp
 
blitter/32bpp_anim_sse4.hpp
 
#end
 
@@ -911,7 +911,7 @@ blitter/32bpp_optimized.cpp
 
blitter/32bpp_optimized.hpp
 
blitter/32bpp_simple.cpp
 
blitter/32bpp_simple.hpp
 
#if WITH_SSE
 
#if SSE
 
blitter/32bpp_sse2.cpp
 
blitter/32bpp_sse2.hpp
 
blitter/32bpp_sse4.cpp
0 comments (0 inline, 0 general)