summaryrefslogtreecommitdiff
path: root/tools/gyp/pylib/gyp/MSVSSettings.py
diff options
context:
space:
mode:
authorImran Iqbal <imrani@ca.ibm.com>2015-10-19 15:57:06 -0400
committerBen Noordhuis <info@bnoordhuis.nl>2015-10-30 12:23:57 +0100
commit1d65b99d5de3078a450101a9166b4168fbcba6fb (patch)
treebc28057fa471eb1691c32d1a75c641fc1b37672b /tools/gyp/pylib/gyp/MSVSSettings.py
parentcf0130dc0df788bece8f905f7d295e15c0f523cc (diff)
downloadandroid-node-v8-1d65b99d5de3078a450101a9166b4168fbcba6fb.tar.gz
android-node-v8-1d65b99d5de3078a450101a9166b4168fbcba6fb.tar.bz2
android-node-v8-1d65b99d5de3078a450101a9166b4168fbcba6fb.zip
tools: update gyp to b3cef02
Includes two patches for AIX. Adds support for both 32-bit and 64-bit files[0] and uses -RPf for cp instead of -af (which is unsupported)[1] [0] https://codereview.chromium.org/1319663007 [1] https://codereview.chromium.org/1368133002 PR-URL: https://github.com/nodejs/node/pull/3487 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
Diffstat (limited to 'tools/gyp/pylib/gyp/MSVSSettings.py')
-rw-r--r--tools/gyp/pylib/gyp/MSVSSettings.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/gyp/pylib/gyp/MSVSSettings.py b/tools/gyp/pylib/gyp/MSVSSettings.py
index dde0e07092..4985756bdd 100644
--- a/tools/gyp/pylib/gyp/MSVSSettings.py
+++ b/tools/gyp/pylib/gyp/MSVSSettings.py
@@ -708,10 +708,7 @@ _MSVSOnly(_compile, 'UseUnicodeResponseFiles', _boolean)
_MSBuildOnly(_compile, 'BuildingInIDE', _boolean)
_MSBuildOnly(_compile, 'CompileAsManaged',
_Enumeration([], new=['false',
- 'true', # /clr
- 'Pure', # /clr:pure
- 'Safe', # /clr:safe
- 'OldSyntax'])) # /clr:oldSyntax
+ 'true'])) # /clr
_MSBuildOnly(_compile, 'CreateHotpatchableImage', _boolean) # /hotpatch
_MSBuildOnly(_compile, 'MultiProcessorCompilation', _boolean) # /MP
_MSBuildOnly(_compile, 'PreprocessOutputPath', _string) # /Fi