wxWidgets/samples/sound
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
..
9000g.wav Changed the sound sample to allow the user to choose a wav file to 2004-03-11 19:31:33 +00:00
cuckoo.wav Changed the sound sample to allow the user to choose a wav file to 2004-03-11 19:31:33 +00:00
doggrowl.wav added wxWave sample 2004-02-01 10:53:59 +00:00
makefile.bcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.gcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
Makefile.in Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.unx Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
sound_vc7.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
sound_vc8.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
sound_vc9.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
sound.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
sound.cpp Remove obsolete symbols from the samples 2015-12-03 22:11:04 +01:00
sound.rc added test for playing Windows resources 2005-07-29 12:35:10 +00:00
tinkalink2.wav added tinkalink2.wav, as a binary file this time 2004-03-18 21:18:12 +00:00