ultimatepp/uppsrc/upt/Console.upt
cxl d946808ca6 theide: SSE2 as Option in main config, templates now include SSE2 as default (RM #9)
git-svn-id: svn://ultimatepp.org/upp/trunk@3138 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-31 14:53:32 +00:00

16 lines
207 B
Text

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