mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@6903 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
32a106ca9b
commit
6ca4a2d9cc
6 changed files with 26 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
uses
|
||||
CtrlLib,
|
||||
Geom,
|
||||
Geom/Coords;
|
||||
Geom/Coords,
|
||||
plugin/jpg;
|
||||
|
||||
file
|
||||
GeomTest.h,
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@
|
|||
#include "CtrlLib/init"
|
||||
#include "Geom/init"
|
||||
#include "Geom/Coords/init"
|
||||
#include "plugin/jpg/init"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@ mainconfig
|
|||
"" = "GUI X11",
|
||||
"" = "GUI NOGTK",
|
||||
"" = "GUI MT",
|
||||
"" = "GUI USEMALLOC";
|
||||
"" = "GUI USEMALLOC",
|
||||
"" = "GUI";
|
||||
|
||||
|
|
|
|||
7
uppdev/TurtleIde/TurtleIde.cpp
Normal file
7
uppdev/TurtleIde/TurtleIde.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <Core/Core.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
}
|
||||
9
uppdev/TurtleIde/TurtleIde.upp
Normal file
9
uppdev/TurtleIde/TurtleIde.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
Core;
|
||||
|
||||
file
|
||||
TurtleIde.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "SSE2";
|
||||
|
||||
5
uppdev/TurtleIde/init
Normal file
5
uppdev/TurtleIde/init
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#ifndef _TurtleIde_icpp_init_stub
|
||||
#define _TurtleIde_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#include "CursorOverride/init"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue