ultimatepp/uppsrc/upt/Console.upt
cxl e12b5fc530 uppsrc: option for SSE2 in project templates (thanks Sender Ghost)
git-svn-id: svn://ultimatepp.org/upp/trunk@4012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-14 08:28:12 +00:00

17 lines
249 B
Text

template "Console application (no U++)" main;
option "Use SSE2" sse2 = 1;
@@<:PACKAGE:>.cpp
#include "stdio.h"
int main(int argc, const char *argv[])
{
return 0;
}
@@<:PACKAGE:>.upp
file
<:PACKAGE:>.cpp;
mainconfig
"" = "<:?sse2:>SSE2<:.:>";