Searched refs:NMake (Results 1 – 6 of 6) sorted by relevance
21 enum class DependencyOutputFormat { Make, NMake }; enumerator
288 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
140 generator. If you use Visual Studio, "NMake Makefiles" is a generator you can use141 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.
1359 Use NMake/Jom format for the depfile
724 HelpText<"Use NMake/Jom format for the depfile">,726 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;