ARCH_SUFFIX for arm on MSW
Lauri Nurmi <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have recently experimented a little with cross-compiling wxMSW for ARM and ARM64 with Visual Studio. One observation is that while ARCH_SUFFIX for arm64 is _arm64, for 32-bit arm it is simply empty. Meaning that whereas arm64 objects are placed in e.g. build/msw/vc_arm64_mswudll-15.0/, 32-bit arm objects go to build/msw/vc_mswudll-15.0/, which is the same path that is used for x86 objects. And no wonder that the behaviour is like this, because the bakefile doesn't specify any ARCH_SUFFIX in that case: https://github.com/wxWidgets/wxWidgets/blob/master/build/bakefiles/common.bkl#L35-L48 But is this intentional? -- Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. --- You received this message because you are subscribed to the Google Groups "wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wx-users/c9e5251e-47f1-876e-7d38-739075f76260%40vhal.lan.