mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
18 lines
259 B
Text
18 lines
259 B
Text
description "Package demonstrating TURTLE (thin JavaScript client to U++ based GUI server application)\377";
|
|
|
|
uses
|
|
Core,
|
|
RichEdit,
|
|
PdfDraw,
|
|
Turtle;
|
|
|
|
uses(TURTLE) plugin/DroidFonts;
|
|
|
|
file
|
|
WebWord.h,
|
|
WebWord.cpp;
|
|
|
|
mainconfig
|
|
"" = "TURTLE",
|
|
"" = "GUI";
|
|
|