ultimatepp/uppsrc/CtrlLib/Normal.upt
cxl 859a59e9d7 uppsrc: MT flags removed from project templates
git-svn-id: svn://ultimatepp.org/upp/trunk@10751 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-23 23:24:46 +00:00

32 lines
454 B
Text

template "Basic CtrlLib application" main;
option "Create header" header;
@@<:PACKAGE:>.h
??header
#ifndef _<:PACKAGE:>_<:PACKAGE:>_h
#define _<:PACKAGE:>_<:PACKAGE:>_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#endif
@@main.cpp
#include <:?header:>"<:PACKAGE:>.h"<:/:><CtrlLib/CtrlLib.h>
using namespace Upp;<:.:>
GUI_APP_MAIN
{
}
@@<:PACKAGE:>.upp
uses
CtrlLib;
file<:?header:>
<:PACKAGE:>.h,<:.:>
main.cpp;
mainconfig
"" = "GUI";