Searched refs:NMake (Results 1 – 25 of 29) sorted by relevance
12
/external/harfbuzz_ng/win32/ |
D | create-lists.bat | 2 rem Simple .bat script for creating the NMake Makefile snippets. 31 echo Destination NMake snippet file must be specified
|
D | generate-msvc.mak | 1 # NMake Makefile portion for code generation and 4 # one is maintaining the NMake build files.
|
D | create-lists-msvc.mak | 2 # another NMake Makefile module, include it, and clean it up. 3 # This is a "fact-of-life" regarding NMake Makefiles... 4 # This file does not need to be changed unless one is maintaining the NMake Makefiles 25 # In order to obtain the .obj filename that is needed for NMake Makefiles to build DLLs/static LIBs…
|
D | introspection-msvc.mak | 1 # Common NMake Makefile module for checking the build environment is sane 2 # for building introspection files under MSVC/NMake.
|
D | detectenv-msvc.mak | 1 # Change this (or specify PREFIX= when invoking this NMake Makefile) if 49 # the NMake Makefiles. The exception is for the CFLAGS_ADD line(s) where one 98 This NMake Makefile set supports Visual Studio^
|
D | build-rules-msvc.mak | 1 # NMake Makefile portion for compilation rules 3 # one is maintaining the NMake build files. The format 4 # of NMake Makefiles here are different from the GNU
|
D | config-msvc.mak | 1 # NMake Makefile portion for enabling features for Windows builds 26 # Please do not change anything beneath this line unless maintaining the NMake Makefiles
|
D | info-msvc.mak | 1 # NMake Makefile portion for displaying config info 64 @echo Building HarfBuzz Using NMake
|
D | install.mak | 1 # NMake Makefile snippet for copying the built libraries, utilities and headers to
|
D | README.txt | 4 versions 2008 through 2015, in both 32-bit and 64-bit (x64) flavors, via NMake
|
/external/harfbuzz_ng/ |
D | BUILD.md | 18 under util/. From the tarball, NMake Makefiles are also provided in win32/, 20 gives instructions on building using NMake.
|
/external/deqp/framework/delibs/cmake/ |
D | toolchain-symbian-gcce.cmake | 58 if (CMAKE_GENERATOR MATCHES "NMake") 61 endif (CMAKE_GENERATOR MATCHES "NMake")
|
/external/clang/include/clang/Frontend/ |
D | DependencyOutputOptions.h | 19 enum class DependencyOutputFormat { Make, NMake }; enumerator
|
/external/eigen/test/eigen2/ |
D | testsuite.cmake | 160 …set(CTEST_CMAKE_COMMAND "${CTEST_CMAKE_COMMAND} -G \"NMake Makefiles\" -DCMAKE_MAKE_PROGRAM=nmake") 164 CMAKE_GENERATOR:INTERNAL=NMake Makefiles
|
/external/eigen/test/ |
D | testsuite.cmake | 183 …set(CTEST_CMAKE_COMMAND "${CTEST_CMAKE_COMMAND} -G \"NMake Makefiles\" -DCMAKE_MAKE_PROGRAM=nmake") 187 CMAKE_GENERATOR:INTERNAL=NMake Makefiles
|
/external/libjpeg-turbo/ |
D | BUILDING.txt | 547 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release {source_directory} 644 NMake, remove "-DCMAKE_BUILD_TYPE=Release" (Debug builds are the default with 645 NMake.) 708 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release \ 841 If using NMake: 876 Invoking 'make testclean' or 'nmake testclean' (if using NMake) or building
|
D | CMakeLists.txt | 32 # in Visual Studio, and it always defaults to Debug when using NMake.
|
/external/dbus/ |
D | README.cmake | 33 cmake -G "NMake Makefiles" [<options, see below>] <dbus-src-root>/cmake
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/ |
D | internal_utils.cmake | 56 # Newlines inside flags variables break CMake's NMake generator.
|
/external/google-breakpad/src/testing/gtest/cmake/ |
D | internal_utils.cmake | 56 # Newlines inside flags variables break CMake's NMake generator.
|
/external/protobuf/gtest/ |
D | CMakeLists.txt | 66 # Newlines inside flags variables break CMake's NMake generator.
|
/external/llvm/docs/ |
D | CMake.rst | 129 generator. If you use Visual Studio, "NMake Makefiles" is a generator you can use 130 for building with NMake. By default, CMake chooses the most specific generator
|
/external/deqp/external/vulkancts/ |
D | README.md | 32 * Windows: either NMake or JOM in PATH
|
/external/pcre/dist/ |
D | NON-AUTOTOOLS-BUILD | 385 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no
|
12