Home
last modified time | relevance | path

Searched refs:_MSBuildOnly (Results 1 - 2 of 2) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSSettings.py310 def _MSBuildOnly(tool, name, setting_type): function
791 _MSBuildOnly(_compile, "BuildingInIDE", _boolean)
792 _MSBuildOnly(
795 _MSBuildOnly(_compile, "CreateHotpatchableImage", _boolean) # /hotpatch
796 _MSBuildOnly(_compile, "MultiProcessorCompilation", _boolean) # /MP
797 _MSBuildOnly(_compile, "PreprocessOutputPath", _string) # /Fi
798 _MSBuildOnly(_compile, "ProcessorNumber", _integer) # the number of processors
799 _MSBuildOnly(_compile, "TrackerLogDirectory", _folder_name)
800 _MSBuildOnly(_compile, "TreatSpecificWarningsAsErrors", _string_list) # /we
801 _MSBuildOnly(_compil
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSSettings.py310 def _MSBuildOnly(tool, name, setting_type): function
791 _MSBuildOnly(_compile, "BuildingInIDE", _boolean)
792 _MSBuildOnly(
795 _MSBuildOnly(_compile, "CreateHotpatchableImage", _boolean) # /hotpatch
796 _MSBuildOnly(_compile, "MultiProcessorCompilation", _boolean) # /MP
797 _MSBuildOnly(_compile, "PreprocessOutputPath", _string) # /Fi
798 _MSBuildOnly(_compile, "ProcessorNumber", _integer) # the number of processors
799 _MSBuildOnly(_compile, "TrackerLogDirectory", _folder_name)
800 _MSBuildOnly(_compile, "TreatSpecificWarningsAsErrors", _string_list) # /we
801 _MSBuildOnly(_compil
[all...]

Completed in 3 milliseconds