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:
parent
cd48a182c9
commit
e0db72d80e
4 changed files with 7 additions and 3 deletions
|
|
@ -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-??-??)
|
||||
----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue