http and lots of formats
This commit is contained in:
@@ -82,6 +82,14 @@ CUtlString ILinker::Link( LinkProject_t *pProject )
|
||||
break;
|
||||
}
|
||||
}
|
||||
for (auto object: pProject->libraryObjects)
|
||||
{
|
||||
if (filesystem2->ShouldRecompile(object,szOutputFile))
|
||||
{
|
||||
shouldRecompile = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!shouldRecompile)
|
||||
goto compiled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user