mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
34 lines
488 B
Text
34 lines
488 B
Text
description "TheIDE - common library\377B";
|
|
|
|
uses
|
|
Esc,
|
|
plugin/bz2,
|
|
plugin/lzma,
|
|
plugin/lz4,
|
|
plugin/zstd;
|
|
|
|
file
|
|
Core.h options(BUILDER_OPTION) PCH,
|
|
Ide.cpp,
|
|
Cache.cpp,
|
|
Core.cpp,
|
|
Util.cpp,
|
|
Builder.cpp,
|
|
PPinfo.cpp,
|
|
Assembly.cpp,
|
|
Package.cpp,
|
|
Workspace.cpp,
|
|
usc.cpp,
|
|
BinObj.cpp,
|
|
Signature.cpp,
|
|
Host readonly separator,
|
|
Host.h,
|
|
Host.cpp,
|
|
Logger readonly separator,
|
|
Logger.cpp,
|
|
Logger.h,
|
|
Info readonly separator,
|
|
Copying,
|
|
Documentation readonly separator,
|
|
src.tpp;
|
|
|