wxwidgets/samples/docview
Vadim Zeitlin f69dbaa1ae Introduce MSW ARM64 support
This is a preliminary ARM64 platform support for wxWidgets at "it
compiles" stage. This will allow building and testing wxWidgets based
apps for oncoming Windows 10 ARM64.

Requirements:
- Visual Studio 2017 Update 4 or later with Visual C++ compilers and
  libraries for ARM64 component installed

Building:
1. Open command prompt.
2. Change directory to build\msw subfolder.
3. Run "C:\Program Files (x86)\Microsoft Visual
   Studio\2017\Community\VC\Auxiliary\Build\vcvarsamd64_arm64.bat" once.
4. Use `nmake TARGET_CPU=ARM64 ...` to build required flavor of wxWidget
   libraries.

Notes:
1. Building of *.sln/*.vcxproj files does not support ARM64 yet. This
   requires to hardcode Windows SDK to 10.0.15063.0 or later in
   *.vcxproj files, which would render them non-compilable in older
   Visual Studio versions. Microsoft is aware of this issue and is
   planning a fix in the next version of Visual Studio.
2. wxmsw31ud_gl.dll does not build yet. Awaiting Microsoft to deliver
   missing opengl32.lib for ARM64. Please, specify USE_OPENGL=0.

Closes https://github.com/wxWidgets/wxWidgets/pull/923
2018-09-17 22:34:32 +02:00
..
chart.icns custom info.plist with supported document types 2008-08-05 11:55:21 +00:00
chart.ico Replaced images 2005-05-19 17:22:42 +00:00
chart.xpm add const attribute to avoid lots of warnings from GCC 2009-01-09 15:48:13 +00:00
descrip.mms Committing in . 2001-11-07 09:26:33 +00:00
doc.cpp Replace Connect() with Bind() in all samples and utils too 2018-05-31 16:19:23 +02:00
doc.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00
doc.icns custom info.plist with supported document types 2008-08-05 11:55:21 +00:00
doc.ico Replaced images 2005-05-19 17:22:42 +00:00
doc.xpm add const attribute to avoid lots of warnings from GCC 2009-01-09 15:48:13 +00:00
docview.bkl Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
docview.cpp Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
docview.h Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
docview.rc Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
docview_vc7.vcproj Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
docview_vc8.vcproj Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
docview_vc9.vcproj Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
Info.plist Update version to 3.1.2 2018-02-20 00:08:01 +01:00
Info.plist.in adding generic BUNDLE_RESOURCES for copying any special resources into the bundle, renaming BUNDLE_ICONS to BUNDLE_ICON = the path of the app icon 2008-08-13 15:20:57 +00:00
makefile.bcc Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
makefile.gcc Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
Makefile.in Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
makefile.unx Allow using AUI-based MDI classes in the docview sample 2018-05-13 02:45:40 +02:00
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
makefile.vms
notepad.icns custom info.plist with supported document types 2008-08-05 11:55:21 +00:00
notepad.ico Replaced images 2005-05-19 17:22:42 +00:00
notepad.xpm add const attribute to avoid lots of warnings from GCC 2009-01-09 15:48:13 +00:00
view.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
view.h use "new" wx-prefixed macros in samples 2014-03-30 07:07:55 +00:00