0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/tools/gyp
Richard Townsend 66807e995d tools,gyp: add support for MSVC cross-compilation
This change means that GYP can now generate two sets of projects: one
exclusively for a host x64 machine and one containing a mix of x64 and
Arm targets. The names of host targets are fixed up to end with
_host.exe, and any actions involving them are fixed up. This allows
compilation of Node on an x64 server for a Windows on Arm target.

PR-URL: https://github.com/nodejs/node/pull/32867
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: João Reis <reis@janeasystems.com>
2020-05-19 19:27:25 +01:00
..
data/win
pylib/gyp tools,gyp: add support for MSVC cross-compilation 2020-05-19 19:27:25 +01:00
samples
tools tools: sync gyp code base with node-gyp repo 2020-02-21 10:34:20 +01:00
.gitignore
AUTHORS
gyp
gyp_main.py tools: sync gyp code base with node-gyp repo 2020-02-21 10:34:20 +01:00
gyp.bat
LICENSE
OWNERS
PRESUBMIT.py
README.md
setup.py

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.