Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
build,win: put all compilation artifacts into
out
* Add symlink from Release to out\Release for backward compat PR-URL: #27149 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
- Loading branch information
Showing
with
51 additions
and 36 deletions.
- +3 −7 .gitignore
- +7 −0 common.gypi
- +1 −1 configure.py
- +25 −0 node.gyp
- +4 −20 node.gypi
- +11 −8 vcbuild.bat
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1625,7 +1625,7 @@ def make_bin_override(): | ||
|
|
||
| write('config.mk', do_not_edit + config) | ||
|
|
||
| gyp_args = ['--no-parallel', '-Dconfiguring_node=1'] | ||
|
|
||
| if options.use_ninja: | ||
| gyp_args += ['-f', 'ninja'] | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters