Home
last modified time | relevance | path

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

/src/contrib/bearssl/
H A DMakefile36 !include mk/NMake.mk # \
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h22 enum class DependencyOutputFormat { Make, NMake }; enumerator
/src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp321 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
/src/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake74 # Newlines inside flags variables break CMake's NMake generator.
/src/contrib/libevent/
H A DREADME.md163 The "NMake Makefiles" CMake generator can be used to build entirely via the command line.
/src/contrib/ntp/sntp/libevent/
H A DREADME.md163 The "NMake Makefiles" CMake generator can be used to build entirely via the command line.
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td917 HelpText<"Use NMake/Jom format for the depfile">,
919 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;