ultimatepp/uppsrc/Esc/Esc.upp
cxl 5de051bbd1 Esc: mathematical function, replace
git-svn-id: svn://ultimatepp.org/upp/trunk@10464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-19 08:15:07 +00:00

18 lines
253 B
Text

description "Esc scripting language interpreter\377";
uses
Core;
file
Esc.h options(BUILDER_OPTION) PCH,
EscValue.cpp,
EscArray.cpp,
EscMap.cpp,
Esc.cpp,
EscRun.cpp,
EscStdLib.cpp,
Value.cpp,
Info readonly separator,
srcdoc.tpp,
Copying;