When building a library and assignint to it the .lib extension
despite the builder log which says :
Linking static library: bin\Release\libmrf.lib
Process terminated with status 0 (0 minutes, 48 seconds)
0 errors, 0 warnings
the linker still produces the library with the .a extension.
Conseuauence : there is not libmrf.lib created but a libmrf.a is produced
is it a bug or am I missing something ?
Best regards