- 
    Bug 
- 
    Resolution: Done
- 
     Not Evaluated Not Evaluated
- 
    1.18.1
- 
    None
- 
        
- 
        3f3b4df74258bae8e5ce2bd9c9e6202be43f70e1 (qbs/qbs/1.20)
On Windows with the msvc toolchain, when defining a linker wrapper via the cpp.linkerWrapper property, the link step fails with an error message stating "nologo" cannot be found. For example, consider cpp.linkerWrapper: ["wrapper.exe"]. The resulting linker command line is screwed up:
wrapper.exe /nologo <libraries> /Fe<executable> /link cl.exe /nologo <linker-options>
The correct order of arguments should be:
wrapper.exe cl.exe /nologo <libraries> /Fe<executable> /link /nologo <linker-options>
| For Gerrit Dashboard: QBS-1653 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 362237,6 | Fix typo in MSVC toolchain when handling cpp.linkerWrapper property | 1.20 | qbs/qbs | Status: MERGED | +2 | +1 |