diff --git a/uppsrc/Core/core.upt b/uppsrc/Core/core.upt index 645d7d48b..8c4a2ab6d 100644 --- a/uppsrc/Core/core.upt +++ b/uppsrc/Core/core.upt @@ -3,7 +3,6 @@ template "Core console project" main; option "Create header" header; option "Commandline loop" cmdline; option "Multithreaded" mt; -option "Use SSE2" sse2 = 1; @@<:PACKAGE:>.h ??header @@ -34,4 +33,4 @@ file<:?header:> <:PACKAGE:>.cpp; mainconfig - "" = "<:?mt:>MT<:.:><:?mt && sse2:> <:.:><:?sse2:>SSE2<:.:>"; + "" = "<:?mt:>MT<:.:>"; diff --git a/uppsrc/CtrlLib/Complex.upt b/uppsrc/CtrlLib/Complex.upt index 6b35a4f7c..c6c2d3644 100644 --- a/uppsrc/CtrlLib/Complex.upt +++ b/uppsrc/CtrlLib/Complex.upt @@ -5,7 +5,6 @@ select("No layouts", "Generate layout file", "Main window has layout", "Main win "Layout" lay = 2; option "Imagelist file" iml; option "Multithreaded" mt; -option "Use SSE2" sse2 = 1; @@<:PACKAGE:>.h #ifndef _<:PACKAGE:>_<:PACKAGE:>_h @@ -64,4 +63,4 @@ file <:PACKAGE:>.iml<:.:>; mainconfig - "" = "GUI<:?mt:> MT<:.:><:?sse2:> SSE2<:.:>"; + "" = "GUI<:?mt:> MT<:.:>"; diff --git a/uppsrc/CtrlLib/Normal.upt b/uppsrc/CtrlLib/Normal.upt index dc22f9147..2c6ac42d8 100644 --- a/uppsrc/CtrlLib/Normal.upt +++ b/uppsrc/CtrlLib/Normal.upt @@ -2,7 +2,6 @@ template "Basic CtrlLib application" main; option "Create header" header; option "Multithreaded" mt; -option "Use SSE2" sse2 = 1; @@<:PACKAGE:>.h ??header @@ -31,4 +30,4 @@ file<:?header:> main.cpp; mainconfig - "" = "GUI<:?mt:> MT<:.:><:?sse2:> SSE2<:.:>"; + "" = "GUI<:?mt:> MT<:.:>"; diff --git a/uppsrc/upt/Console.upt b/uppsrc/upt/Console.upt index 242396b29..381a3c3bd 100644 --- a/uppsrc/upt/Console.upt +++ b/uppsrc/upt/Console.upt @@ -2,7 +2,6 @@ template "Console application (no U++)" main; select("C", "C++") "Language" language = 1; -option "Use SSE2" sse2 = 1; @@<:PACKAGE:><:?language == 0 :>.c<:.:><:?language == 1 :>.cpp<:.:> <:?language == 0 :>#include <:.:><:?language == 1 :>#include <:.:> @@ -16,4 +15,4 @@ file <:PACKAGE:><:?language == 0 :>.c<:.:><:?language == 1 :>.cpp<:.:>; mainconfig - "" = "<:?sse2:>SSE2<:.:>"; + "" = ""; diff --git a/uppsrc/upt/SDLCore.upt b/uppsrc/upt/SDLCore.upt index d6db71258..567163f8c 100644 --- a/uppsrc/upt/SDLCore.upt +++ b/uppsrc/upt/SDLCore.upt @@ -4,7 +4,6 @@ option "Create header" header; option "Initialize video" video; option "Double buffering" doublebuff; option "Full screen" fullscreen; -option "Use SSE2" sse2 = 1; @@<:PACKAGE:>.h ??header @@ -98,4 +97,4 @@ file<:?header:> <:PACKAGE:>.cpp; mainconfig - "" = "<:?sse2:>SSE2<:.:>"; + "" = ""; diff --git a/uppsrc/upt/SDLPure.upt b/uppsrc/upt/SDLPure.upt index b63bcde27..5acc573ed 100644 --- a/uppsrc/upt/SDLPure.upt +++ b/uppsrc/upt/SDLPure.upt @@ -4,7 +4,6 @@ option "Create header" header; option "Initialize video" video; option "Double buffering" doublebuff; option "Full screen" fullscreen; -option "Use SSE2" sse2 = 1; @@<:PACKAGE:>.h ??header @@ -89,4 +88,4 @@ file<:?header:> <:PACKAGE:>.cpp; mainconfig - "" = "<:?sse2:>SSE2<:.:>"; + "" = ""; diff --git a/uppsrc/upt/Win32.upt b/uppsrc/upt/Win32.upt index e4f2a6a51..6a7becb6f 100644 --- a/uppsrc/upt/Win32.upt +++ b/uppsrc/upt/Win32.upt @@ -3,7 +3,6 @@ template "Win32 API project (no U++)" main; option "Main menu" menu; option "Program icon" icon; option "Hello World" hello; -option "Use SSE2" sse2 = 1; @@resource.h<:?icon:> #define IDI_BIG 100 @@ -187,4 +186,4 @@ file <:PACKAGE:>.cpp; mainconfig - "" = "GUI<:?sse2:> SSE2<:.:>"; + "" = ""; diff --git a/uppsrc/upt/Win32dll.upt b/uppsrc/upt/Win32dll.upt index 0f5f9ca35..e566a945b 100644 --- a/uppsrc/upt/Win32dll.upt +++ b/uppsrc/upt/Win32dll.upt @@ -1,7 +1,7 @@ template "Win32 DLL project (no U++)" main; option "Multithreaded" mt; -option "Use SSE2" sse2 = 1; + @@<:PACKAGE:>.h #ifndef _<:PACKAGE:>_<:PACKAGE:>_h @@ -45,4 +45,4 @@ file <:PACKAGE:>.cpp; mainconfig - "" = "DLL<:?mt:> MT<:.:><:?sse2:> SSE2<:.:>"; + "" = "DLL<:?mt:> MT<:.:>";