mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-30 06:12:22 -06:00
Turtle: DroidFonts/FT_fontsyss packages are added as dependencies for (MSC & WIN32).configuration.
git-svn-id: svn://ultimatepp.org/upp/trunk@15116 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ada977be91
commit
fed55e9918
3 changed files with 5 additions and 3 deletions
|
|
@ -142,7 +142,7 @@ bool TurtleServer::IsWaitingEvent()
|
|||
}
|
||||
catch(const CParser::Error& e)
|
||||
{
|
||||
LLOG("IsWaitingEvent() -> Parser error. " << e);
|
||||
LLOG("IsWaitingEvent() -> Parser error.");
|
||||
}
|
||||
}
|
||||
if(recieved_update_serial == serial_0) {
|
||||
|
|
|
|||
|
|
@ -83,8 +83,8 @@ public:
|
|||
SystemDraw sysdraw;
|
||||
};
|
||||
|
||||
friend class TurtleServer::Draw;
|
||||
friend class TurtleServer::ImageSysData;
|
||||
friend struct TurtleServer::Draw;
|
||||
friend struct TurtleServer::ImageSysData;
|
||||
|
||||
public:
|
||||
enum Commands {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ uses
|
|||
CtrlLib,
|
||||
VirtualGui;
|
||||
|
||||
uses(WIN32 & MSC) plugin/DroidFonts;
|
||||
|
||||
file
|
||||
Turtle.h,
|
||||
Init.cpp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue