comparison doc/README.Windows @ 371:451299d50c1a

- windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster! - minor cleanups
author Tassilo Philipp
date Fri, 25 Dec 2020 18:07:39 +0100
parents 3e629dc19168
children
comparison
equal deleted inserted replaced
370:fa78490381f3 371:451299d50c1a
20 nmake /f Nmakefile 20 nmake /f Nmakefile
21 21
22 NOTE: if you encounter 'python'/'lua' not found messages (which is 22 NOTE: if you encounter 'python'/'lua' not found messages (which is
23 executed mistakenly for re-generation of test C code) 23 executed mistakenly for re-generation of test C code)
24 timestamps are wrong; workaround: run "svn revert -R ." several times. 24 timestamps are wrong; workaround: run "svn revert -R ." several times.
25
25 26
26 Build using buildsys/gmake and MinGW or Cygwin: 27 Build using buildsys/gmake and MinGW or Cygwin:
27 ----------------------------------------------- 28 -----------------------------------------------
28 29
29 32-bit: 30 32-bit:
60 61
61 BROKEN: SAFE EH. 62 BROKEN: SAFE EH.
62 63
63 BROKEN: Rules to assemble MASM files are still missing. 64 BROKEN: Rules to assemble MASM files are still missing.
64 65
66
67 Build ARM64 using CMake and Visual Studio 2019:
68 -----------------------------------------------
69
70 vcvarsall.bat amd64_arm64
71 mkdir build && cd build
72 cmake -G "Visual Studio 16 2019" -A ARM64 ..
73 cmake --build . --config Release
74