mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
17 lines
249 B
Text
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<:.:>";
|