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