mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
36 lines
396 B
Text
36 lines
396 B
Text
description "Grid control";
|
|
|
|
charset "windows-1250";
|
|
|
|
uses
|
|
CtrlLib;
|
|
|
|
library
|
|
,
|
|
,
|
|
,
|
|
,
|
|
;
|
|
|
|
options
|
|
-DLOG_CALLBACKS;
|
|
|
|
file
|
|
GridCtrl.h,
|
|
GridCtrl.cpp,
|
|
GridDisplay.h,
|
|
GridDisplay.cpp,
|
|
GridText.cpp,
|
|
GridBase.cpp,
|
|
GridSort.cpp,
|
|
GridCtrl.iml,
|
|
GridUtils.h,
|
|
GridUtils.cpp,
|
|
ToDo.txt,
|
|
changelog.txt,
|
|
GridCtrl.t charset "UTF-8",
|
|
GridCtrl.usc,
|
|
src.tpp,
|
|
Info readonly separator,
|
|
Copying;
|
|
|