Problem:
Can I specify Microsoft's linker options like -version:<major>.<minor> using CBLLINK?
Resolution:
No, CBLLINK does not forward options to Microsoft's link.exe.
The options -version:<major>.<minor> can be specified by a different syntax in a .RC file, which can be included into the link process after being compiled to a .RES file.
Alternatively start CBLLINK using options -V and -K
-V means 'verbose'
-K means 'keep temporary linker files'
Rerun the link.exe with additional parameter
-version:<major>.<minor>