Searched refs:NMake (Results 1 – 25 of 26) sorted by relevance
12
/external/clang/include/clang/Frontend/ |
D | DependencyOutputOptions.h | 19 enum class DependencyOutputFormat { Make, NMake }; enumerator
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | DependencyOutputOptions.h | 21 enum class DependencyOutputFormat { Make, NMake }; enumerator
|
/external/capstone/ |
D | nmake.bat | 25 cmake %flags% -G "NMake Makefiles" ..
|
/external/protobuf/cmake/ |
D | README.md | 104 C:\Path\to\protobuf\cmake\build\release>cmake -G "NMake Makefiles" ^ 114 C:\Path\to\protobuf\cmake\build\debug>cmake -G "NMake Makefiles" ^ 290 C:\Path\to\zlib\build\release>cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ^
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | README.md | 9 …![Master Branch Status](https://github.com/zlib-ng/zlib-ng/workflows/CI%20NMake/badge.svg)](https:… 73 * Configure, CMake, and NMake build system support
|
/external/llvm-project/clang/lib/Frontend/ |
D | DependencyFile.cpp | 278 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
|
D | CompilerInvocation.cpp | 866 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 171 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory} 280 with NMake, remove `-DCMAKE_BUILD_TYPE=Release` (Debug builds are the default 281 with NMake.) 669 If using NMake:
|
/external/Reactive-Extensions/RxCpp/ |
D | README.md | 210 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ..\CMake
|
/external/libaom/libaom/third_party/googletest/src/googletest/cmake/ |
D | internal_utils.cmake | 68 # Newlines inside flags variables break CMake's NMake generator.
|
/external/googletest/googletest/cmake/ |
D | internal_utils.cmake | 73 # Newlines inside flags variables break CMake's NMake generator.
|
/external/libevent/ |
D | README.md | 163 The "NMake Makefiles" CMake generator can be used to build entirely via the command line.
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | INSTALL.md | 266 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:\cares -G "NMake Makefiles" ..
|
D | CMakeLists.txt | 42 # CMAKE_CONFIGURATION_TYPES is empty on non-IDE generators (Ninja, NMake)
|
/external/llvm/docs/ |
D | CMake.rst | 137 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
|
/external/llvm-project/llvm/docs/ |
D | CMake.rst | 137 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
|
/external/deqp/external/openglcts/ |
D | README.md | 256 - NMake (must be run in VS or SDK command prompt): "NMake Makefiles"
|
/external/pcre/dist2/ |
D | NON-AUTOTOOLS-BUILD | 284 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
|
/external/deqp/external/vulkancts/ |
D | README.md | 37 * Windows: either NMake or Ninja in PATH
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 284 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
|
/external/clang/docs/ |
D | UsersManual.rst | 599 for NMake or Jom. Ignored unless another option causes Clang to emit a 609 is the convention used by NMake and Jom.
|
/external/llvm-project/clang/docs/ |
D | UsersManual.rst | 809 for NMake or Jom. Ignored unless another option causes Clang to emit a 819 is the convention used by NMake and Jom.
|
D | ClangCommandLineReference.rst | 1211 Use NMake/Jom format for the depfile
|
/external/clang/include/clang/Driver/ |
D | Options.td | 276 HelpText<"Use NMake/Jom format for the depfile">;
|
12