/external/usrsctp/ |
D | Makefile.nmake | 33 nmake -f Makefile.nmake 36 nmake all -f Makefile.nmake 41 nmake clean -f Makefile.nmake 44 nmake clean -f Makefile.nmake
|
D | Makefile.am | 36 EXTRA_DIST = bootstrap Makefile.nmake
|
/external/python/cpython2/PC/VS8.0/ |
D | build_tkinter.py | 28 def nmake(makefile, command="", **kw): function 50 nmake("makefile.vc", "clean") 51 nmake("makefile.vc") 52 nmake("makefile.vc", "install", INSTALLDIR=dest) 58 nmake("makefile.vc", "clean", TCLDIR=tcldir) 59 nmake("makefile.vc", TCLDIR=tcldir) 60 nmake("makefile.vc", "install", TCLDIR=tcldir, INSTALLDIR=dest) 67 nmake("python9.mak", "clean") 68 nmake("python9.mak", MACHINE=machine) 69 nmake("python9.mak", "install")
|
/external/python/cpython2/PC/VS9.0/ |
D | build_tkinter.py | 25 def nmake(makefile, command="", **kw): function 47 nmake("makefile.vc", "clean") 48 nmake("makefile.vc", MACHINE=machine) 49 nmake("makefile.vc", "install", INSTALLDIR=dest, MACHINE=machine) 55 nmake("makefile.vc", "clean", DEBUG=0, TCLDIR=tcldir) 56 nmake("makefile.vc", DEBUG=0, MACHINE=machine) 57 nmake("makefile.vc", "install", DEBUG=0, INSTALLDIR=dest, MACHINE=machine) 64 nmake("python.mak", "clean") 65 nmake("python.mak", MACHINE=machine, INSTALL_DIR=dest) 66 nmake("python.mak", "install", INSTALL_DIR=dest)
|
D | build.bat | 81 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean 82 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" all 83 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install 89 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 90 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 91 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 97 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA… 98 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA… 99 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
|
/external/python/cpython2/PC/VC6/ |
D | build_tkinter.py | 38 def nmake(makefile, *a): function 46 nmake("makefile.vc", *a) 57 nmake("makefile.vc", "TCLDIR=" + TCL_DIR, *a) 68 nmake("python.mak",
|
D | readme.txt | 77 To build debug version, add DEBUG=1 to all nmake call bellow. 86 nmake -f makefile.vc 87 nmake -f makefile.vc INSTALLDIR=..\..\tcltk install 92 nmake -f makefile.vc test 102 nmake -f makefile.vc TCLDIR=..\..\tcl8.5.2 103 nmake -f makefile.vc TCLDIR=..\..\tcl8.5.2 INSTALLDIR=..\..\tcltk install 107 XXX I have no idea whether "nmake -f makefile.vc test" passed or 114 nmake -f python.mak TCL_MAJOR=8 TCL_MINOR=5 TCL_PATCH=2 MACHINE=IX86 DEBUG=0 115 …nmake -f python.mak TCL_MAJOR=8 TCL_MINOR=5 TCL_PATCH=2 MACHINE=IX86 DEBUG=0 INSTALL_DIR=..\..\tcl… 128 nmake -f makefile.msc
|
/external/libevent/ |
D | Makefile.nmake | 23 CFLAGS=/IWIN32-Code /IWIN32-Code/nmake /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS) 72 $(MAKE) /F Makefile.nmake clean 78 $(MAKE) OPENSSL_DIR=$(OPENSSL_DIR) /F Makefile.nmake 80 $(MAKE) /F Makefile.nmake
|
D | Makefile.am | 139 Makefile.nmake test/Makefile.nmake \ 184 SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake 294 WIN32-Code/nmake/evconfig-private.h \ 295 WIN32-Code/nmake/event2/event-config.h \
|
/external/mdnsresponder/mDNSWindows/Java/ |
D | makefile64 | 22 # nmake with no arguments builds all production targets. 23 # 'nmake DEBUG=1' to build debugging targets. 24 # 'nmake clean' or 'nmake clean DEBUG=1' to delete prod/debug objects & targets 26 # To run nmake, you may need to set up your PATH correctly, using a script 30 # command line (e.g. 'nmake JDK=\j2dk1.4.2_03').
|
/external/curl/winbuild/ |
D | README.md | 68 Then you can call `nmake /f Makefile.vc` with the desired options (see 70 a directory named using the options given to the nmake call. 72 nmake /f Makefile.vc mode=<static or dll> <options> 105 If you are using mode=static nmake will create and link to the static build 106 of libcurl but *not* the static CRT. If you must you can force nmake to link 108 that option, and nmake will default to the DLL CRT. RTLIBCFG is rarely used 112 configuration so that nmake can build it from scratch.
|
/external/python/cpython2/Tools/buildbot/ |
D | buildmsi.bat | 16 nmake /f icons.mak 19 nmake /f msisupport.mak
|
/external/vboot_reference/msc/ |
D | README.txt | 17 - define a directory where the nmake output should go into 23 c:\> nmake /f %path_to_vboot_reference_tree%\msc\nmakefile
|
/external/protobuf/cmake/ |
D | README.md | 109 It will generate *nmake* *Makefile* in current directory. 119 It will generate *nmake* *Makefile* in current directory. 145 C:\Path\to\protobuf\cmake\build\release>nmake 149 C:\Path\to\protobuf\cmake\build\debug>nmake 167 C:\Path\to\protobuf\cmake\build\release>nmake check 171 C:\Path\to\protobuf\cmake\build\debug>nmake check 215 C:\Path\to\protobuf\cmake\build\release>nmake install 219 C:\Path\to\protobuf\cmake\build\debug>nmake install 292 C:\Path\to\zlib\build\release>nmake & nmake install
|
/external/cldr/tools/c/genldml/resources/ |
D | genldml_resources.mak | 5 # Windows nmake makefile for compiling and packaging the resources 41 # all - nmake starts here by default
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | fortune_resources.mak | 8 # Windows nmake makefile for compiling and packaging the resources 51 # all - nmake starts here by default
|
/external/python/cryptography/.jenkins/ |
D | Jenkinsfile-OpenSSL-1.1 | 40 nmake 41 nmake test
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-Windows.txt | 48 Studio 2005 using the included nmake.mak as a Makefile for nmake. IDE 50 defines mentioned in nmake.mak. Example VS2005 solution and project 57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so 59 stored elsewhere as long as the WINPCAPDIR in nmake.mak is updated to 69 nmake.mak file expects OpenSSL to be installed into C:\dev\openssl, but 71 nmake.mak. 78 default nmake.mak. Copy {Win32OpenSSLRoot}\include into
|
/external/icu/icu4c/source/data/ |
D | makedata.mak | 7 # nmake file for creating data files on win32 9 # nmake /f makedata.mak icumake=$(ProjectDir) 273 # The alternative would be to use a preprocessor macro to generate rules for nmake. 276 # - nmake imposes more stringent restrictions on command line length. 277 # - The lack of gnumake features makes nmake file construction more complex. 306 # C:\svn\icuproj\icu\trunk\source\data>nmake -f makedata.mak ICUMAKE=C:\svn\icuproj\icu\trunk\sou… 394 # testdata - nmake will invoke pkgdata, which will create testdata.dat 399 …nmake /nologo /f "$(TESTDATA)\testdata.mak" TESTDATA=. ICUTOOLS="$(ICUTOOLS)" ICUPBIN="$(ICUPBIN)"…
|
/external/python/cpython2/PC/VS7.1/ |
D | 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/arm-trusted-firmware/make_helpers/ |
D | windows.mk | 89 MSVC_NMAKE := nmake.exe
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/ |
D | readme.txt | 23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
|
/external/capstone/ |
D | nmake.bat | 26 nmake
|
/external/parameter-framework/upstream/ctest/ |
D | CMakeLists.txt | 74 # With nmake and nmake, executables are built in:
|
/external/usrsctp/usrsctplib/ |
D | Makefile.am | 32 EXTRA_DIST = Makefile.nmake
|