mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
Added DSE library to calcrom
This commit is contained in:
parent
84cc8892e8
commit
93ad872893
2
.github/calcrom/BuildAnalyzer.cpp
vendored
2
.github/calcrom/BuildAnalyzer.cpp
vendored
|
|
@ -104,7 +104,7 @@ BuildAnalyzer &BuildAnalyzer::operator()() {
|
||||||
if (analyzed) {
|
if (analyzed) {
|
||||||
reset();
|
reset();
|
||||||
}
|
}
|
||||||
string pattern = srcbase.string() + "/{src,asm,lib/{src,asm},lib/{NitroSDK,NitroDWC}/{src,asm}}/{,*/,*/*/}*.{c,s,cpp}";
|
string pattern = srcbase.string() + "/{src,asm,lib/{src,asm},lib/{NitroSDK,NitroDWC,DSE}/{src,asm}}/{,*/,*/*/}*.{c,s,cpp}";
|
||||||
for (char const * & fname : Glob(pattern, GLOB_TILDE | GLOB_BRACE | GLOB_NOSORT)) {
|
for (char const * & fname : Glob(pattern, GLOB_TILDE | GLOB_BRACE | GLOB_NOSORT)) {
|
||||||
AnalyzeObject(fname);
|
AnalyzeObject(fname);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user