mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-22 22:02:34 -06:00
22 lines
281 B
Text
22 lines
281 B
Text
description "Simple and useful math tools for scientists and engineers\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
Report,
|
|
PdfDraw,
|
|
ScatterCtrl,
|
|
GridCtrl,
|
|
CodeEditor;
|
|
|
|
file
|
|
main.cpp,
|
|
MathTools.h,
|
|
MathTools.lay,
|
|
MathTools.iml,
|
|
Calculator.cpp,
|
|
Regression.cpp,
|
|
rc.rc;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|