SSE2 removed from package templates #1083

git-svn-id: svn://ultimatepp.org/upp/trunk@8486 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-05-29 11:41:50 +00:00
parent b1bb893aec
commit 685c116069
8 changed files with 9 additions and 16 deletions

View file

@ -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<:.:>";

View file

@ -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<:.:>";

View file

@ -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<:.:>";

View file

@ -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 <stdio.h><:.:><:?language == 1 :>#include <iostream><:.:>
@ -16,4 +15,4 @@ file
<:PACKAGE:><:?language == 0 :>.c<:.:><:?language == 1 :>.cpp<:.:>;
mainconfig
"" = "<:?sse2:>SSE2<:.:>";
"" = "";

View file

@ -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<:.:>";
"" = "";

View file

@ -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<:.:>";
"" = "";

View file

@ -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<:.:>";
"" = "";

View file

@ -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<:.:>";