OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nmake
(Results
51 - 75
of
369
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
UefiDevicePathLib.inf
69
[
nmake
.common]
73
[
nmake
.ia32]
76
[
nmake
.x64]
79
[
nmake
.ipf]
82
[
nmake
.ebc]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/
UefiDriverModelLib.inf
51
[
nmake
.common]
55
[
nmake
.ia32]
58
[
nmake
.x64]
61
[
nmake
.ipf]
64
[
nmake
.ebc]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.inf
73
[
nmake
.common]
77
[
nmake
.ia32]
80
[
nmake
.x64]
83
[
nmake
.ipf]
86
[
nmake
.ebc]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiRuntimeServicesTableLib/
UefiRuntimeServicesTableLib.inf
62
[
nmake
.common]
66
[
nmake
.ia32]
69
[
nmake
.x64]
72
[
nmake
.ipf]
75
[
nmake
.ebc]
/external/python/cpython2/PC/VC6/
build_tkinter.py
38
def
nmake
(makefile, *a):
function in function:main
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",
_ssl.dsp
8
!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"
/external/icu/icu4c/source/data/
makedata_uwp.vcxproj
65
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release UWP=UWP</NMakeBuildCommandLine>
66
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release UWP=UWP clean all</NMakeReBuildCommandLine>
67
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release UWP=UWP clean</NMakeCleanCommandLine>
68
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug UWP=UWP</NMakeBuildCommandLine>
69
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug UWP=UWP clean all</NMakeReBuildCommandLine>
70
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug UWP=UWP clean</NMakeCleanCommandLine>
71
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release UWP=UWP</NMakeBuildCommandLine>
72
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release UWP=UWP clean all</NMakeReBuildCommandLine>
73
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release UWP=UWP clean</NMakeCleanCommandLine>
74
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug UWP=UWP</NMakeBuildCommandLine
[
all
...]
/external/vboot_reference/msc/
README.txt
17
- define a directory where the
nmake
output should go into
23
c:\>
nmake
/f %path_to_vboot_reference_tree%\msc\nmakefile
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/
EdkDxeRuntimeDriverLib.inf
80
[
nmake
.common]
84
[
nmake
.ia32]
87
[
nmake
.x64]
90
[
nmake
.ipf]
93
[
nmake
.ebc]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/
CompilerStubLib.inf
78
[
nmake
.common]
80
[
nmake
.ia32,
nmake
.x64]
CompilerStubLib_Edk2.inf
71
[
nmake
.common]
73
[
nmake
.ia32,
nmake
.x64]
/external/icu/icu4c/source/samples/uresb/
resources.vcxproj
62
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nmake
/f "resources.mak" CFG=x86\Debug</NMakeBuildCommandLine>
63
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nmake
/f "resources.mak" /a CFG=x86\Debug</NMakeReBuildCommandLine>
64
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nmake
/f "resources.mak" clean CFG=x86\Debug</NMakeCleanCommandLine>
73
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
nmake
/f "resources.mak" CFG=x64\Debug</NMakeBuildCommandLine>
74
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
nmake
/f "resources.mak" /a CFG=x64\Debug</NMakeReBuildCommandLine>
75
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
nmake
/f "resources.mak" clean CFG=x64\Debug</NMakeCleanCommandLine>
84
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nmake
/f "resources.mak" CFG=x86\Release</NMakeBuildCommandLine>
85
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nmake
/f "resources.mak" /a CFG=x86\Release</NMakeReBuildCommandLine>
86
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nmake
/f "resources.mak" clean CFG=x86\Release</NMakeCleanCommandLine>
95
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
nmake
/f "resources.mak" CFG=x64\Release</NMakeBuildCommandLine
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
README.tcltk-AMD64
28
nmake
-f makefile.vc MACHINE=AMD64
29
nmake
-f makefile.vc INSTALLDIR=..\..\tcltk install
34
nmake
-f makefile.vc TCLDIR=..\..\tcl8.4.12 MACHINE=AMD64
35
nmake
-f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install
/external/cmockery/cmockery_0_1_2/
README
8
the windows subdirectory of this project and run
nmake
.
/external/libyuv/files/
winarm.mk
3
#
nmake
/f winarm.mk
5
#
nmake
/f winarm.mk clean
/external/python/cpython2/PC/VS9.0/
build.bat
81
nmake
-f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean all
82
nmake
-f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install
88
nmake
-f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" clean
89
nmake
-f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" all
90
nmake
-f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" install
96
nmake
-f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" clean
97
nmake
-f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" all
98
nmake
-f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTALL_DIR="%tcltkdir%" install
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/
BaseMemoryLib.inf
138
[
nmake
.common]
142
[
nmake
.ia32]
145
[
nmake
.x64]
148
[
nmake
.ipf]
151
[
nmake
.ebc]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/
CpuIA64Lib.inf
37
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/
CpuIA32Lib.inf
42
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/
CustomizedDecompress.inf
39
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/
EfiUiLib.inf
43
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
pcctslib50.dsp
8
!MESSAGE This is not a valid makefile. To build this project using
NMAKE
,
11
!MESSAGE
NMAKE
/f "pcctslib50.mak".
13
!MESSAGE You can specify a configuration when running
NMAKE
16
!MESSAGE
NMAKE
/f "pcctslib50.mak" CFG="pcctslib - Win32 Debug"
pcctslib60.dsp
8
!MESSAGE This is not a valid makefile. To build this project using
NMAKE
,
11
!MESSAGE
NMAKE
/f "pcctslib60.mak".
13
!MESSAGE You can specify a configuration when running
NMAKE
16
!MESSAGE
NMAKE
/f "pcctslib60.mak" CFG="pcctslib - Win32 Debug"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
msvc.dsp
8
!MESSAGE This is not a valid makefile. To build this project using
NMAKE
,
11
!MESSAGE
NMAKE
/f "lib.mak".
13
!MESSAGE You can specify a configuration when running
NMAKE
16
!MESSAGE
NMAKE
/f "lib.mak" CFG="lib - Win32 Debug"
/external/bzip2/
dlltest.dsp
8
!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"
Completed in 1465 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>