Include arch-specific suffix in the DLLs names in makefile.vc too

This is similar to edcfeab29d (Include arch-specific suffix in the DLL
names in CMake builds too, 2022-12-23).

See #23053.
This commit is contained in:
Vadim Zeitlin 2022-12-28 22:06:41 +01:00
parent cd48a182c9
commit e0db72d80e
4 changed files with 7 additions and 3 deletions

View file

@ -82,6 +82,10 @@ Changes in behaviour which may result in build errors
- wxOnAssert() overload taking wide character file name was removed. If you
call it for any reason, please use one of the other overloads instead.
- 64-bit DLLs now use "x64" suffix in their names for all builds, not just
the official ones and those using MSVS projects, but also when using
makefile.vc or CMake, for consistency.
3.3.0: (released 2022-??-??)
----------------------------