/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/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/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 | 112 Makefile.nmake test/Makefile.nmake \ 154 SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake 259 WIN32-Code/nmake/evconfig-private.h \ 260 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 | BUILD.WINDOWS.txt | 71 Then you can call nmake /f Makefile.vc with the desired options (see below). 73 a directory named using the options given to the nmake call. 75 nmake /f Makefile.vc mode=<static or dll> <options> 107 If you are using mode=static nmake will create and link to the static build of 108 libcurl but *not* the static CRT. If you must you can force nmake to link in 110 option, and nmake will default to the DLL CRT. RTLIBCFG is rarely used and 114 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 | 112 It will generate *nmake* *Makefile* in current directory. 122 It will generate *nmake* *Makefile* in current directory. 141 C:\Path\to\protobuf\cmake\build\release>nmake 145 C:\Path\to\protobuf\cmake\build\debug>nmake 163 C:\Path\to\protobuf\cmake\build\release>nmake check 167 C:\Path\to\protobuf\cmake\build\debug>nmake check 211 C:\Path\to\protobuf\cmake\build\release>nmake install 215 C:\Path\to\protobuf\cmake\build\debug>nmake install 288 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/curl/projects/ |
D | build-openssl.bat | 243 nmake -f ms\nt.mak 244 nmake -f ms\ntdll.mak 276 nmake -f ms\nt.mak 277 nmake -f ms\ntdll.mak 316 nmake -f ms\nt.mak 317 nmake -f ms\ntdll.mak 349 nmake -f ms\nt.mak 350 nmake -f ms\ntdll.mak
|
/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/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/capstone/ |
D | nmake.bat | 6 nmake
|
/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/cmockery/cmockery_0_1_2/ |
D | README | 8 the windows subdirectory of this project and run nmake.
|
/external/icu/icu4c/source/extra/uconv/ |
D | makedata.mak | 7 # nmake file for creating data files on win32 9 # nmake /f makedata.mak icup=<path_to_icu_instalation> [Debug|Release]
|
/external/zlib/src/contrib/masmx86/ |
D | readme.txt | 23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
|
/external/parameter-framework/upstream/ctest/ |
D | CMakeLists.txt | 74 # With nmake and nmake, executables are built in:
|
/external/Reactive-Extensions/RxCpp/ |
D | .gitignore | 111 nmake/*
|
/external/libevent/test/ |
D | Makefile.nmake | 13 CFLAGS=/I.. /I../WIN32-Code /I../WIN32-Code/nmake /I../include /I../compat /DHAVE_CONFIG_H /DTINYTE…
|
/external/ltp/testcases/kernel/io/disktest/ |
D | Makefile.windows | 12 !MESSAGE nmake /f "Makefile.windows" CFG="disktest - Debug"
|