Home
last modified time | relevance | path

Searched refs:nmake (Results 1 – 25 of 57) sorted by relevance

123

/external/python/cpython2/PC/VS9.0/
Dbuild_tkinter.py25 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)
Dbuild.bat81 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
89nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
90nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
91nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
97nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
98nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
99nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
/external/python/cpython2/PC/VS8.0/
Dbuild_tkinter.py28 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/
Dbuild_tkinter.py38 def nmake(makefile, *a): function
46 nmake("makefile.vc", *a)
57 nmake("makefile.vc", "TCLDIR=" + TCL_DIR, *a)
68 nmake("python.mak",
Dreadme.txt77 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
115nmake -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/
DMakefile.nmake23 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
DMakefile.am112 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/
Dmakefile6422 # 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/
DBUILD.WINDOWS.txt71 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/
Dbuildmsi.bat16 nmake /f icons.mak
19 nmake /f msisupport.mak
/external/vboot_reference/msc/
DREADME.txt17 - define a directory where the nmake output should go into
23 c:\> nmake /f %path_to_vboot_reference_tree%\msc\nmakefile
/external/protobuf/cmake/
DREADME.md112 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/
Dgenldml_resources.mak5 # Windows nmake makefile for compiling and packaging the resources
41 # all - nmake starts here by default
/external/curl/projects/
Dbuild-openssl.bat243 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/
Dfortune_resources.mak8 # Windows nmake makefile for compiling and packaging the resources
51 # all - nmake starts here by default
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-Windows.txt48 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/
Dnmake.bat6 nmake
/external/python/cpython2/PC/VS7.1/
Dreadme.txt82 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/
DREADME8 the windows subdirectory of this project and run nmake.
/external/icu/icu4c/source/extra/uconv/
Dmakedata.mak7 # 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/
Dreadme.txt23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
/external/parameter-framework/upstream/ctest/
DCMakeLists.txt74 # With nmake and nmake, executables are built in:
/external/Reactive-Extensions/RxCpp/
D.gitignore111 nmake/*
/external/libevent/test/
DMakefile.nmake13 CFLAGS=/I.. /I../WIN32-Code /I../WIN32-Code/nmake /I../include /I../compat /DHAVE_CONFIG_H /DTINYTE…
/external/ltp/testcases/kernel/io/disktest/
DMakefile.windows12 !MESSAGE nmake /f "Makefile.windows" CFG="disktest - Debug"

123