git-svn-id: svn://ultimatepp.org/upp/trunk@5514 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-11-04 08:14:40 +00:00
parent 1a1e7db182
commit c6e03fd6ea
2 changed files with 13 additions and 9 deletions

View file

@ -1,9 +1,9 @@
uses
CtrlLib;
file
"main.cpp";
mainconfig
"" = "GUI";
uses
CtrlLib;
file
main.cpp;
mainconfig
"" = "GUI";

4
uppdev/OptionTree/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _OptionTree_icpp_init_stub
#define _OptionTree_icpp_init_stub
#include "CtrlLib/init"
#endif