mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
27 lines
391 B
Text
27 lines
391 B
Text
description "Simple application combining web server and gui\377";
|
|
|
|
charset "UTF-8";
|
|
|
|
noblitz;
|
|
|
|
uses
|
|
CtrlLib,
|
|
Skylark;
|
|
|
|
file
|
|
Configuration readonly separator,
|
|
Config.h,
|
|
Config.cpp,
|
|
Skylark readonly separator,
|
|
index.witz,
|
|
Handlers.icpp,
|
|
WebInterface.h,
|
|
WebInterface.cpp,
|
|
GUI readonly separator,
|
|
SkylarkGuiExample.lay,
|
|
SkylarkGuiExample.h,
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI MT";
|
|
|