Home
last modified time | relevance | path

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

123

/external/usrsctp/
DMakefile.nmake33 nmake -f Makefile.nmake
36 nmake all -f Makefile.nmake
41 nmake clean -f Makefile.nmake
44 nmake clean -f Makefile.nmake
DMakefile.am36 EXTRA_DIST = bootstrap Makefile.nmake
/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/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/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.am139 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/
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/
DREADME.md68 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/
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.md109 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/
Dgenldml_resources.mak5 # Windows nmake makefile for compiling and packaging the resources
41 # all - nmake starts here by default
/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/python/cryptography/.jenkins/
DJenkinsfile-OpenSSL-1.140 nmake
41 nmake test
/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/icu/icu4c/source/data/
Dmakedata.mak7 # 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
399nmake /nologo /f "$(TESTDATA)\testdata.mak" TESTDATA=. ICUTOOLS="$(ICUTOOLS)" ICUPBIN="$(ICUPBIN)"…
/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/arm-trusted-firmware/make_helpers/
Dwindows.mk89 MSVC_NMAKE := nmake.exe
/external/rust/crates/libz-sys/src/zlib/contrib/masmx86/
Dreadme.txt23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
/external/capstone/
Dnmake.bat26 nmake
/external/parameter-framework/upstream/ctest/
DCMakeLists.txt74 # With nmake and nmake, executables are built in:
/external/usrsctp/usrsctplib/
DMakefile.am32 EXTRA_DIST = Makefile.nmake

123