Home
last modified time | relevance | path

Searched refs:NMake (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp289 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
/netbsd-src/external/bsd/libevent/dist/
H A DREADME.md163 The "NMake Makefiles" CMake generator can be used to build entirely via the command line.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCMake.rst137 generator. If you use Visual Studio, "NMake Makefiles" is a generator you can use
138 for building with NMake. By default, CMake chooses the most specific generator
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst834 for NMake or Jom. Ignored unless another option causes Clang to emit a
844 is the convention used by NMake and Jom.
H A DClangCommandLineReference.rst1228 Use NMake/Jom format for the depfile
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td691 HelpText<"Use NMake/Jom format for the depfile">,
693 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;