mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
19 lines
267 B
Text
19 lines
267 B
Text
description "A word processor example demonstrating the Turtle GUI virtualization package.\377";
|
|
|
|
uses
|
|
RichEdit;
|
|
|
|
uses(TURTLEGUI) Turtle;
|
|
|
|
uses(!TURTLEGUI) CtrlLib;
|
|
|
|
uses(!TURTLEGUI) PdfDraw;
|
|
|
|
file
|
|
WebWord.h,
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "TURTLEGUI",
|
|
"" = "GUI";
|
|
|