OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nmake
(Results
76 - 100
of
369
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/extra/uconv/
makedata.mak
7
#
nmake
file for creating data files on win32
9
#
nmake
/f makedata.mak icup=<path_to_icu_instalation> [Debug|Release]
22
!MESSAGE You can specify a configuration when running
NMAKE
25
!MESSAGE
NMAKE
/f "makedata.mak" CFG="Debug"
/external/libogg/win32/VS6/
ogg_static.dsp
8
!MESSAGE This is not a valid makefile. To build this project using
NMAKE
,
11
!MESSAGE
NMAKE
/f "ogg_static.mak".
13
!MESSAGE You can specify a configuration when running
NMAKE
16
!MESSAGE
NMAKE
/f "ogg_static.mak" CFG="ogg_static - Win32 Debug"
/external/python/cpython2/PC/VC6/
w9xpopen.dsp
8
!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"
/external/tinyxml/
tinyxmlSTL.dsp
8
!MESSAGE This is not a valid makefile. To build this project using
NMAKE
,
11
!MESSAGE
NMAKE
/f "tinyxmlSTL.mak".
13
!MESSAGE You can specify a configuration when running
NMAKE
16
!MESSAGE
NMAKE
/f "tinyxmlSTL.mak" CFG="tinyxmlSTL - Win32 Debug"
tinyxml_lib.dsp
8
!MESSAGE This is not a valid makefile. To build this project using
NMAKE
,
11
!MESSAGE
NMAKE
/f "tinyxml_lib.mak".
13
!MESSAGE You can specify a configuration when running
NMAKE
16
!MESSAGE
NMAKE
/f "tinyxml_lib.mak" CFG="tinyxml - Win32 Release"
/external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak
8
# Windows
nmake
makefile for compiling and packaging the resources
51
# all -
nmake
starts here by default
/external/mdnsresponder/mDNSWindows/Java/
makefile
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').
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').
/device/linaro/bootloader/edk2/EdkShellPkg/
ShellR64.patch
355
[
nmake
.common]
358
+[
nmake
.IA32,
nmake
.EBC,
nmake
.X64,
nmake
.IPF]
363
+[
nmake
.ARM,
nmake
.AARCH64]
447
[
nmake
.common]
451
+[
nmake
.IA32,
nmake
.EBC, nmake.X64, nmake.IPF
[
all
...]
/external/curl/winbuild/
BUILD.WINDOWS.txt
61
Then you can call
nmake
/f Makefile.vc with the desired options (see below).
63
a directory named using the options given to the
nmake
call.
65
nmake
/f Makefile.vc mode=<static or dll> <options>
91
If you are using mode=static
nmake
will create and link to the static build of
92
libcurl but *not* the static CRT. If you must you can force
nmake
to link in
94
option, and
nmake
will default to the DLL CRT. RTLIBCFG is rarely used and
98
so that
nmake
can build it from scratch.
/external/protobuf/cmake/
README.md
107
C:\Path\to\protobuf\cmake\build\release>cmake -G "
NMake
Makefiles" ^
112
It will generate *
nmake
* *Makefile* in current directory.
117
C:\Path\to\protobuf\cmake\build\debug>cmake -G "
NMake
Makefiles" ^
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
instal
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Scripts/
SetVisualStudio.bat
81
@call
nmake
cleanall
84
@call
nmake
-nologo -a -f Makefile
91
@call
nmake
-nologo -a -f Makefile
/external/icu/icu4c/source/data/
makedata.vcxproj
42
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release</NMakeBuildCommandLine>
43
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean all</NMakeReBuildCommandLine>
44
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Release clean</NMakeCleanCommandLine>
53
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug</NMakeBuildCommandLine>
54
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean all</NMakeReBuildCommandLine>
55
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x86\Debug clean</NMakeCleanCommandLine>
64
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release</NMakeBuildCommandLine>
65
<NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean all</NMakeReBuildCommandLine>
66
<NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Release clean</NMakeCleanCommandLine>
75
<NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
NMAKE
/f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=x64\Debug</NMakeBuildCommandLine
[
all
...]
/external/python/cpython2/PCbuild/
tcl.vcxproj
74
nmake
-f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) core shell dlls
75
nmake
-f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) install-binaries install-libraries
/external/python/cpython3/PCbuild/
tcl.vcxproj
75
nmake
-f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) core shell dlls
76
nmake
-f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) install-binaries install-libraries
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
NmakeSubdirs.bat
25
nmake
%NMAKE_COMMAND%
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/
CpuIA32Lib_Edk2.inf
47
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/
EfiGuidLib.inf
36
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/
EdkFrameworkGuidLib.inf
37
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
EfiIfrSupportLib.inf
50
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/
EfiScriptLib.inf
45
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.inf
50
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.inf
50
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/
HobLib.inf
46
[
nmake
.common]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
PrintLib.inf
49
[
nmake
.common]
Completed in 1124 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>