Merge pull request #929 from dbabokin/deps
Allowing deps generation for multi-target.
This commit is contained in:
@@ -3126,6 +3126,10 @@ Module::CompileAndOutput(const char *srcFile,
|
|||||||
outputType, outFileName);
|
outputType, outFileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (depsFileName != NULL)
|
||||||
|
if (!m->writeOutput(Module::Deps, depsFileName))
|
||||||
|
return 1;
|
||||||
|
|
||||||
delete g->target;
|
delete g->target;
|
||||||
g->target = NULL;
|
g->target = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user