wxwidgets/docs/msw
Lauri Nurmi 99bc43cefe Introduce minimal MSW ARM support
wxMSW could already be compiled for ARM with MSVC, but due to not
defining any ARCH_SUFFIX for ARM, makefile.vc used to place objectsi
and libraries to the same folder as x86 objects and libraries.

A completely different question is what kind of Windows runs on 32-bit
ARM, and whether one can run regular desktop apps on it.

This commit mimics what f69dbaa1 did for ARM64, and adapts it for ARM.

Closes #24222.
2024-01-21 01:48:16 +01:00
..
binaries.md Clarify description of archive contents in wxMSW binaries docs 2023-11-30 02:43:52 +01:00
gtk.md Quote paths using backslashes in Doxygen input 2022-03-28 00:16:29 +02:00
gtkfix.patch Improve build instructions for wxGTK/MSW 2016-09-13 12:59:46 +02:00
install.md Introduce minimal MSW ARM support 2024-01-21 01:48:16 +01:00
msys2-gtk.md Update MSys2 URLs in build documentation 2021-05-08 12:58:54 -04:00
msys2-msw.md Update MSys2 URLs in build documentation 2021-05-08 12:58:54 -04:00
msys2-qt.md Update MSys2 URLs in build documentation 2021-05-08 12:58:54 -04:00
readme.txt Integrate MSW, OS X and iOS build instructions into doxygen 2018-10-03 19:17:14 +02:00
setup_after.txt Add a text file to be shown after finishing wxMSW installation 2018-12-09 16:40:08 +01:00

This is wxWidgets for Windows (wxMSW)
-------------------------------------

For information on installing wxWidgets, please see install.md.

For further information, please see docs/html/index.htm and the
wxWidgets reference manual.