git-svn-id: svn://ultimatepp.org/upp/trunk@6903 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-10 18:52:07 +00:00
parent 33747551bf
commit dc3b46901a
6 changed files with 26 additions and 2 deletions

View file

@ -1,7 +1,8 @@
uses
CtrlLib,
Geom,
Geom/Coords;
Geom/Coords,
plugin/jpg;
file
GeomTest.h,

View file

@ -3,4 +3,5 @@
#include "CtrlLib/init"
#include "Geom/init"
#include "Geom/Coords/init"
#include "plugin/jpg/init"
#endif

View file

@ -13,5 +13,6 @@ mainconfig
"" = "GUI X11",
"" = "GUI NOGTK",
"" = "GUI MT",
"" = "GUI USEMALLOC";
"" = "GUI USEMALLOC",
"" = "GUI";

View file

@ -0,0 +1,7 @@
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
}

View file

@ -0,0 +1,9 @@
uses
Core;
file
TurtleIde.cpp;
mainconfig
"" = "SSE2";

5
uppdev/TurtleIde/init Normal file
View file

@ -0,0 +1,5 @@
#ifndef _TurtleIde_icpp_init_stub
#define _TurtleIde_icpp_init_stub
#include "Core/init"
#include "CursorOverride/init"
#endif