Fix not trying hard enough to find the correct file on build errors.
If there are multiple files with the same name, then we try harder to find the correct one. That is for jom and nmake we have a relative path so we try to find a file which matches the relative path completly. Instead of just comparing the last part.
Showing
- src/plugins/cmakeprojectmanager/makestep.cpp 0 additions, 1 deletionsrc/plugins/cmakeprojectmanager/makestep.cpp
- src/plugins/projectexplorer/abstractmakestep.cpp 19 additions, 3 deletionssrc/plugins/projectexplorer/abstractmakestep.cpp
- src/plugins/projectexplorer/msvcparser.cpp 3 additions, 2 deletionssrc/plugins/projectexplorer/msvcparser.cpp
Loading
Please register or sign in to comment