Home
last modified time | relevance | path

Searched full:nmake (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/mdnsresponder/mDNSWindows/Java/
DJava.vcproj29 BuildCommandLine="nmake /f makefile DEBUG=1"
30 ReBuildCommandLine="nmake /f makefile DEBUG=1"
31 CleanCommandLine="nmake /f makefile DEBUG=1 clean"
50 BuildCommandLine="nmake /f makefile64 DEBUG=1"
51 ReBuildCommandLine="nmake /f makefile64 DEBUG=1"
52 CleanCommandLine="nmake /f makefile64 DEBUG=1 clean"
71 BuildCommandLine="nmake /f makefile"
72 ReBuildCommandLine="nmake /f makefile"
73 CleanCommandLine="nmake /f makefile clean"
92 BuildCommandLine="nmake /f makefile64"
[all …]
Dmakefile22 # 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').
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/python/cpython2/PC/VS9.0/
Dbuild_tkinter.py21 NMAKE = ('nmake /nologo /f %s ' variable
25 def nmake(makefile, command="", **kw): function
27 cmd = NMAKE % (makefile, defines, command)
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")
[all …]
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.py26 NMAKE = "nmake /nologo /f %s COMPILERFLAGS=-DWINVER=0x0500 %s %s" variable
28 def nmake(makefile, command="", **kw): function
30 cmd = NMAKE % (makefile, defines, command)
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")
[all …]
/external/cronet/third_party/apache-portable-runtime/src/build/
Dpreaprapp.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "preaprapp.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "preaprapp.mak" CFG="preaprapp - Win32 Release"
39 # PROP BASE Cmd_Line "NMAKE /nologo /f NUL"
48 # PROP Cmd_Line "NMAKE /nologo /f NUL"
59 # PROP BASE Cmd_Line "NMAKE /nologo /f NUL"
68 # PROP Cmd_Line "NMAKE /nologo /f NUL"
79 # PROP BASE Cmd_Line "NMAKE /nologo /f NUL"
88 # PROP Cmd_Line "NMAKE /nologo /f NUL"
[all …]
Dprelibaprapp.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "prelibaprapp.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "prelibaprapp.mak" CFG="prelibaprapp - Win32 Release"
39 # PROP BASE Cmd_Line "NMAKE /nologo /f NUL"
48 # PROP Cmd_Line "NMAKE /nologo /f NUL"
59 # PROP BASE Cmd_Line "NMAKE /nologo /f NUL"
68 # PROP Cmd_Line "NMAKE /nologo /f NUL"
79 # PROP BASE Cmd_Line "NMAKE /nologo /f NUL"
88 # PROP Cmd_Line "NMAKE /nologo /f NUL"
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dnmake.yml1 name: CI NMake
11 - name: Windows NMake x86
16 - name: Windows NMake x64 compat
22 - name: Windows NMake x64 Symbol Prefix
28 - name: Windows NMake x64 Symbol Prefix Compat
34 - name: Windows NMake x64
39 - name: Windows NMake ARM No Test
44 - name: Windows NMake ARM64 No Test
57 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }}
65 nmake -f ${{ matrix.makefile }} ${{ matrix.additional-args }} test
[all …]
/external/clang/test/Frontend/
Ddependency-gen-escaping.c4 // RUN: %clang -M -MG -MV %s | FileCheck -strict-whitespace %s --check-prefix=NMAKE
9 // NMAKE: " .h"
10 // NMAKE: "$$.h"
11 // NMAKE: "##.h"
12 // NMAKE-NOT: "
13 // NMAKE: normal.h
14 // NMAKE-NOT: "
28 // These combinations are just another case for NMAKE.
29 // NMAKE: "a{{[/\\]}}b{{[/\\]}}#c{{[/\\]}} d.h"
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dappveyor.yml43 # MSVC 2015, 32-bit x86 (nmake)
45 BUILDTOOL: NMAKE
49 # MSVC 2015, 64-bit x86 (nmake)
51 BUILDTOOL: NMAKE
69 - if "%BUILDTOOL%" == "NMAKE" copy .\include\ares_build.h.dist .\include\ares_build.h
70 - if "%BUILDTOOL%" == "NMAKE" nmake /NOLOGO /f .\Makefile.msvc
84 - if "%BUILDTOOL%" == "NMAKE" cd test
85 - if "%BUILDTOOL%" == "NMAKE" nmake /NOLOGO /f .\Makefile.msvc vtest
86 - if "%BUILDTOOL%" == "NMAKE" nmake /NOLOGO /f .\Makefile.msvc aresfuzz aresfuzzname dnsdump
87 …- if "%BUILDTOOL%" == "NMAKE" .\msvc\arestest\lib-debug\dnsdump.exe fuzzinput\answer_a fuzzinput\a…
/external/cronet/third_party/apache-portable-runtime/src/test/
Dtestdll.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "testdll.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "testdll.mak" CFG="testdll - Win32 Release"
39 # PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=Release OUTDIR=Release MODEL=dynamic all check"
48 # PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=Release OUTDIR=Release MODEL=dynamic all check"
60 # PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=Debug OUTDIR=Debug MODEL=dynamic _DEBUG=1 all ch…
69 # PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=Debug OUTDIR=Debug MODEL=dynamic _DEBUG=1 all check"
81 # PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\Release OUTDIR=9x\Release MODEL=dynamic all c…
90 # PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\Release OUTDIR=9x\Release MODEL=dynamic all check"
[all …]
Dtestlib.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "testlib.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "testlib.mak" CFG="testlib - Win32 Release"
39 # PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=LibR OUTDIR=LibR MODEL=static all check"
48 # PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=LibR OUTDIR=LibR MODEL=static all check"
60 # PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=LibD OUTDIR=LibD MODEL=static _DEBUG=1 all check"
69 # PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=LibD OUTDIR=LibD MODEL=static _DEBUG=1 all check"
81 # PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\LibR OUTDIR=9x\LibR MODEL=static all check"
90 # PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\LibR OUTDIR=9x\LibR MODEL=static all check"
[all …]
/external/libevent/
DMakefile.nmake3 # I'm not very knowledgeable about MSVC and nmake beyond their most basic
10 # Or on the nmake command line:
11 # nmake OPENSSL_DIR=C:\openssl -f 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
/external/python/cpython2/PC/VC6/
D_ssl.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "_ssl.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "_ssl.mak" CFG="_ssl - Win32 Debug"
35 # PROP BASE Cmd_Line "NMAKE /f _ssl.mak"
56 # PROP BASE Cmd_Line "NMAKE /f _ssl.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
Dbuild_tkinter.py38 def nmake(makefile, *a): function
39 args = ["nmake", "/nologo", "/f", makefile, "DEBUG=%d" % debug]
46 nmake("makefile.vc", *a)
57 nmake("makefile.vc", "TCLDIR=" + TCL_DIR, *a)
68 nmake("python.mak",
Dw9xpopen.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "w9xpopen.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "w9xpopen.mak" CFG="w9xpopen - Win32 Debug"
Dwinsound.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "winsound.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "winsound.mak" CFG="winsound - Win32 Debug"
/external/curl/winbuild/
DREADME.md74 Then you can call `nmake /f Makefile.vc` with the desired options (see
76 a directory named using the options given to the nmake call.
78 nmake /f Makefile.vc mode=<static or dll> <options>
119 If you are using mode=static nmake will create and link to the static build
120 of libcurl but *not* the static CRT. If you must you can force nmake to link
122 that option, and nmake will default to the DLL CRT. `RTLIBCFG` is rarely used
126 configuration so that nmake can build it from scratch.
134 When you build curl and libcurl, nmake will show the relative path where the
135 output directory is. The output directory is named from the options nmake used
142 nmake /f Makefile.vc mode=dll VC=10
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Dvs6-main-template.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "mbedtls.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "mbedtls.mak" CFG="mbedtls - Win32 Debug"
/external/cldr/tools/c/genldml/
Dgenldml.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
11 !MESSAGE NMAKE /f "genldml.mak".
13 !MESSAGE You can specify a configuration when running NMAKE
16 !MESSAGE NMAKE /f "genldml.mak" CFG="genldml - Win32 Debug"
121 nmake -f genldml_resources.mak
/external/capstone/
Dnmake.bat2 :: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
25 cmake %flags% -G "NMake Makefiles" ..
26 nmake
/external/bzip2/
Ddlltest.dsp8 !MESSAGE ����͗L����Ҳ�̧�قł͂���܂���B ������ۼު�Ă�����ނ��邽�߂ɂ� NMAKE ���g�p���Ă��������B
11 !MESSAGE NMAKE /f "dlltest.mak".
13 !MESSAGE NMAKE �̎��s���ɍ\�����w��ł��܂�
16 !MESSAGE NMAKE /f "dlltest.mak" CFG="dlltest - Win32 Debug"
/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

12345678910