mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
19 lines
202 B
Text
19 lines
202 B
Text
description "SQL application example\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
plugin\sqlite3,
|
|
SqlCtrl;
|
|
|
|
file
|
|
SQLApp.h,
|
|
SQLApp.sch,
|
|
query.cpp,
|
|
book.cpp,
|
|
borrow.cpp,
|
|
main.cpp,
|
|
SQLApp.lay;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|