ultimatepp/uppsrc/CppBase/CppBase.upp
cxl 6d6da7376d New Cpp preprocesing parser merged
git-svn-id: svn://ultimatepp.org/upp/trunk@8427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-05-11 17:13:55 +00:00

24 lines
365 B
Text

description "Partly heurestic (imprecise) C++ parser for purposes of Assist++ (intellisense)\377";
optimize_speed;
uses
Core;
file
CppBase.h options(BUILDER_OPTION) PCH,
keyword.i,
ppconfig.cpp,
macro.cpp,
ppfile.cpp,
cpp.cpp,
Pre.cpp,
cpplex.cpp,
Parser.cpp,
Base.cpp,
ScopeInfo.cpp,
Qualify.cpp,
CppItem.cpp,
Info readonly separator,
Copying;