Searched refs:NMake (Results 1 – 7 of 7) sorted by relevance
21 enum class DependencyOutputFormat { Make, NMake }; enumerator
289 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
163 The "NMake Makefiles" CMake generator can be used to build entirely via the command line.
137 generator. If you use Visual Studio, "NMake Makefiles" is a generator you can use138 for building with NMake. By default, CMake chooses the most specific generator
834 for NMake or Jom. Ignored unless another option causes Clang to emit a844 is the convention used by NMake and Jom.
1228 Use NMake/Jom format for the depfile
691 HelpText<"Use NMake/Jom format for the depfile">,693 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;