bazz1tv Do not use version in dll filename at all
93c0226 Nov 8, 2020
Do not use version in dll filename at all
On msys, using the version string in the DLL causes the DLL
string dependency to become eg. "libgme_m.dll.0.0.1" when only
"libgme_m.dll" is desired. This fixes that

 Remove useless platform conditionals

(Also added a strict removal of libname_ext)
93c0226