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:
oblivion 2020-09-20 21:26:51 +00:00
parent ada977be91
commit fed55e9918
3 changed files with 5 additions and 3 deletions

View file

@ -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) {

View file

@ -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 {

View file

@ -4,6 +4,8 @@ uses
CtrlLib,
VirtualGui;
uses(WIN32 & MSC) plugin/DroidFonts;
file
Turtle.h,
Init.cpp,