mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
25 lines
318 B
Text
25 lines
318 B
Text
description "Simple and useful math tools for scientists and engineers\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
Report,
|
|
PdfDraw,
|
|
ScatterCtrl,
|
|
GridCtrl,
|
|
CodeEditor,
|
|
Theme;
|
|
|
|
file
|
|
main.cpp,
|
|
MathTools.h,
|
|
MathTools.lay,
|
|
MathTools.iml,
|
|
Calculator.cpp,
|
|
DataHandling.cpp,
|
|
rc.rc,
|
|
srcdoc.tpp,
|
|
MathTools.t;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|