Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h19 enum class DependencyOutputFormat { Make, NMake }; enumerator
/external/llvm-project/clang/include/clang/Frontend/
DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enumerator
/external/capstone/
Dnmake.bat25 cmake %flags% -G "NMake Makefiles" ..
/external/protobuf/cmake/
DREADME.md104 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/
DREADME.md9 …![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/
DDependencyFile.cpp278 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
/external/clang/lib/Frontend/
DDependencyFile.cpp366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
DCompilerInvocation.cpp866 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()
/external/libjpeg-turbo/
DBUILDING.md171 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/
DREADME.md210 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ..\CMake
/external/libaom/libaom/third_party/googletest/src/googletest/cmake/
Dinternal_utils.cmake68 # Newlines inside flags variables break CMake's NMake generator.
/external/googletest/googletest/cmake/
Dinternal_utils.cmake73 # Newlines inside flags variables break CMake's NMake generator.
/external/libevent/
DREADME.md163 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/
DINSTALL.md266 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:\cares -G "NMake Makefiles" ..
DCMakeLists.txt42 # CMAKE_CONFIGURATION_TYPES is empty on non-IDE generators (Ninja, NMake)
/external/llvm/docs/
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
/external/llvm-project/llvm/docs/
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
/external/deqp/external/openglcts/
DREADME.md256 - NMake (must be run in VS or SDK command prompt): "NMake Makefiles"
/external/pcre/dist2/
DNON-AUTOTOOLS-BUILD284 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
/external/deqp/external/vulkancts/
DREADME.md37 * Windows: either NMake or Ninja in PATH
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt284 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
/external/clang/docs/
DUsersManual.rst599 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/
DUsersManual.rst809 for NMake or Jom. Ignored unless another option causes Clang to emit a
819 is the convention used by NMake and Jom.
DClangCommandLineReference.rst1211 Use NMake/Jom format for the depfile
/external/clang/include/clang/Driver/
DOptions.td276 HelpText<"Use NMake/Jom format for the depfile">;

12