I'm trying to build the last stable version of OpenSSL (1.1.1g) in windows (vs2017). Everything works fine in release.
But as we need to both release and debug libraries to cohexist in the same folder, we must add the suffix 'd' to the library/dll names.
I have read both INSTALL and NOTES.WIN, but I couldn't find any information related to this possibility.
Is it possible to add the suffix 'd' to the openssl output file names in debug?