mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
21 lines
262 B
Text
21 lines
262 B
Text
description "Rainbow example, Framebuffer implementation of UWord\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
RichEdit,
|
|
PdfDraw,
|
|
plugin\jpg;
|
|
|
|
uses(WINFB) WinFb;
|
|
|
|
uses(LINUXFB) LinuxFb;
|
|
|
|
file
|
|
UWord.cpp,
|
|
UWord.iml;
|
|
|
|
mainconfig
|
|
"" = "GUI WINFB",
|
|
"" = "GUI LINUXFB",
|
|
"" = "GUI";
|
|
|