ultimatepp/rainbow/Paint/Paint.upp
cxl 6b9742f745 .developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3641 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-11 03:52:53 +00:00

24 lines
281 B
Text

description "Paint method and Draw example\377";
uses
CtrlLib,
RichEdit;
uses(WINFB) WinFb;
uses(LINUXFB) LinuxFb;
uses(SDLFB) SDLFb;
uses(WINGL) WinGl;
file
Draw.cpp;
mainconfig
"" = "GUI WINFB",
"" = "GUI LINUXFB",
"" = "GUI WINGL",
"" = "GUI SDLFB",
"" = "GUI";