mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
18 lines
253 B
Text
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;
|
|
|