Rework how the config file is read
Still need to remove reduntant code and test it much more thoroughly.
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class IncludeDeps
|
||||
printCounter++;
|
||||
printSet.emplace(filepath);
|
||||
if(!projectHFile)
|
||||
stream << FileUtils::GetRelativePath(conf.configPath, filepath);
|
||||
stream << FileUtils::GetRelativePath(conf.GetConfigPath(), filepath);
|
||||
for(auto it = dependencies.begin();it!=dependencies.end();++it)
|
||||
{
|
||||
stream << " ";
|
||||
|
||||
Reference in New Issue
Block a user