| /external/python/cpython2/PCbuild/ |
| tix.vcxproj | 71 nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersions) $(TixDirs) all install
|
| /external/python/cpython3/PCbuild/ |
| tix.vcxproj | 69 nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersions) $(TixDirs) all install
|
| /external/capstone/bindings/python/ |
| setup_cython.py | 91 os.system('cmake -DCMAKE_BUILD_TYPE=RELEASE -DCAPSTONE_BUILD_TESTS=0 -DCAPSTONE_BUILD_STATIC=0 -G "NMake Makefiles" ..') 92 os.system("nmake")
|
| /external/libpng/contrib/gregbook/ |
| Makefile.w32 | 1 # Sample makefile for rpng-win / rpng2-win / wpng using MSVC and NMAKE. 14 # nmake -nologo -f Makefile.w32
|
| /external/libxml2/bakefile/ |
| Readme.txt | 9 - makefile.vc for Microsoft NMAKE
45 nmake -fmakefile.vc BUILD=release
|
| /external/parameter-framework/upstream/ctest/ |
| CMakeLists.txt | 74 # With nmake and nmake, executables are build in:
|
| /external/python/cpython2/PC/VS7.1/ |
| readme.txt | 82 nmake -f makefile.vc 83 nmake -f makefile.vc INSTALLDIR=..\..\tcltk install 88 nmake -f makefile.vc test 97 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 98 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install 106 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 test 116 nmake -f python.mak 117 nmake -f python.mak install
|
| /external/clang/lib/Frontend/ |
| DependencyFile.cpp | 318 /// NMake/Jom. 359 /// NMake/Jom has a different set of scary characters, but wraps filespecs in 361 /// https://msdn.microsoft.com/en-us/library/dd9y37ha.aspx for NMake info, 366 if (OutputFormat == DependencyOutputFormat::NMake) { 368 // NMake, that are legal in a Windows filespec, and that could cause
|
| /external/libxml2/win32/ |
| Makefile.msvc | 1 # Makefile for libxml2, specific for Windows, MSVC and NMAKE. 6 # nmake [all] to build the libxml and the accompanying utilities. 7 # nmake clean to remove all compiler output files and return to a 9 # nmake rebuild to rebuild everything from scratch. This basically does 10 # a 'nmake clean' and then a 'nmake all'. 11 # nmake install to install the library and its header files.
|
| Readme.txt | 105 with Microsoft's MSVC compiler, you would use the NMAKE utility. If 109 nmake /f Makefile.msvc 131 nmake /f Makefile.msvc install
|
| /external/libpng/projects/visualc71/ |
| libpng.vcproj | 393 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)" 401 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)" 409 CommandLine="nmake -f PRJ0041.mak IntDir=$(IntDir)"
|
| /external/ltp/testcases/kernel/io/disktest/ |
| Makefile.windows | 1 # Used with MS Development Environment NMAKE 9 !MESSAGE You can specify a configuration when running NMAKE 12 !MESSAGE nmake /f "Makefile.windows" CFG="disktest - Debug"
|
| /external/python/cpython2/PC/VS8.0/ |
| build_ssl.py | 3 # and build OpenSSL, then invokes a simple nmake session 236 #makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile) 237 makeCommand = "nmake /nologo -f \"%s\"" % makefile
|
| /external/python/cpython2/PC/VS9.0/ |
| build_ssl.py | 4 # and build OpenSSL, then invokes a simple nmake session 234 #makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile) 235 makeCommand = "nmake /nologo -f \"%s\"" % makefile
|
| /device/linaro/bootloader/edk2/BaseTools/Conf/ |
| tools_def.template | 98 # uses Microsoft's nmake.exe.
111 # tool chains for the linker and nmake commands.
[all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
| ModuleClass.py | 368 # This class defined nmake item used in Module file
401 # @var Nmake: To store value for Nmake, it is a list structure as
452 self.Nmake = []
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/ |
| EdkFrameworkProtocolLib.inf | 38 [nmake.common]
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ |
| EfiCommonLib_Edk2.inf | 127 [nmake.common]
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
| PeiLib_Edk2.inf | 121 [nmake.common]
|
| /external/bzip2/ |
| README.COMPILATION.PROBLEMS | 18 6.0 and nmake, you can build a native Win32 version too. Large file
|
| /external/clang/include/clang/Frontend/ |
| DependencyOutputOptions.h | 19 enum class DependencyOutputFormat { Make, NMake };
|
| /external/freetype/builds/windows/visualc/ |
| freetype.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "freetype.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "freetype.mak" CFG="freetype - Win32 Debug Singlethreaded"
|
| /external/freetype/builds/windows/visualce/ |
| freetype.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "freetype.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "freetype.mak" CFG="freetype - Win32 Debug Singlethreaded"
|
| /external/libevent/test/ |
| Makefile.nmake | 13 CFLAGS=/I.. /I../WIN32-Code /I../WIN32-Code/nmake /I../include /I../compat /DHAVE_CONFIG_H /DTINYTEST_LOCAL $(SSL_CFLAGS)
|
| /external/lzma/CPP/7zip/Bundles/LzmaCon/ |
| LzmaCon.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "LzmaCon.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "LzmaCon.mak" CFG="LzmaCon - Win32 Debug"
|