Searched refs:_MSBuildOnly (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | MSVSSettings.py | 309 def _MSBuildOnly(tool, name, setting_type): function 658 _MSBuildOnly(_compile, 'BuildingInIDE', _boolean) 659 _MSBuildOnly(_compile, 'CompileAsManaged', 665 _MSBuildOnly(_compile, 'CreateHotpatchableImage', _boolean) # /hotpatch 666 _MSBuildOnly(_compile, 'MultiProcessorCompilation', _boolean) # /MP 667 _MSBuildOnly(_compile, 'PreprocessOutputPath', _string) # /Fi 668 _MSBuildOnly(_compile, 'ProcessorNumber', _integer) # the number of processors 669 _MSBuildOnly(_compile, 'TrackerLogDirectory', _folder_name) 670 _MSBuildOnly(_compile, 'TreatSpecificWarningsAsErrors', _string_list) # /we 671 _MSBuildOnly(_compile, 'UseUnicodeForAssemblerListing', _boolean) # /FAu [all …]
|