Nmake.exe: Difference between revisions
Appearance
m →Usage |
mNo edit summary |
||
Line 1: | Line 1: | ||
This is the IBM nmake executable file. | This is the IBM nmake executable file. It came included in the IBM Device Driver Kit and from other sources. | ||
==Versions== | ==Versions== | ||
{|class="wikitable" | {|class="wikitable" | ||
!Date | !Date||Version||Size||Comments | ||
|- | |- | ||
|2001-10-04|| 4.00.001 ||121,716 bytes|| | |2001-10-04||4.00.001||121,716 bytes|| | ||
|- | |- | ||
|1998-11-16|| 4.00.000 ||119,872 bytes || | |1998-11-16||4.00.000||119,872 bytes|| | ||
|- | |- | ||
|1995-03-16|| 3.00.006 ||120,672 bytes || | |1995-03-16||3.00.006||120,672 bytes|| | ||
|- | |- | ||
|1999-06-30 || 2.001.000|| 88,654 bytes || | |1999-06-30||2.001.000||88,654 bytes|| | ||
|- | |- | ||
|1992-03-27 || 2.000.000|| 88,013 bytes | | |1992-03-27||2.000.000||88,013 bytes|| | ||
|- | |- | ||
|1991-03-22 || 1.13 || 87,869 bytes || | |1991-03-22||1.13||87,869 bytes|| | ||
|} | |} | ||
Line 25: | Line 25: | ||
===Options=== | ===Options=== | ||
;/a : force All targets to be built | ;/a : force All targets to be built | ||
;/c : Cryptic mode; suppress | ;/c : Cryptic mode; suppress sign on banner & warning messages | ||
;/d : Display modification dates | ;/d : Display modification dates | ||
;/e : Environment variables override macros in the makefile | ;/e : Environment variables override macros in the makefile | ||
Line 31: | Line 31: | ||
;/n : No execute mode; display commands only | ;/n : No execute mode; display commands only | ||
;/p : Print macro definitions & target descriptions | ;/p : Print macro definitions & target descriptions | ||
;/q : Query if target is up to date; for use in batch files | ;/q : Query if target is up-to-date; for use in batch files | ||
;/r : inference Rules from 'tools.ini' to be ignored | ;/r : inference Rules from 'tools.ini' to be ignored | ||
;/s : Silent execution of commands | ;/s : Silent execution of commands | ||
;/t : Touch targets with current date & time | ;/t : Touch targets with current date & time | ||
;/? | ;/?, /help: Help message | ||
;/nologo : do not display sign on banner | |||
;/nologo : do not display | |||
[[Category:Files]] | [[Category:Files]] |
Latest revision as of 22:03, 29 July 2022
This is the IBM nmake executable file. It came included in the IBM Device Driver Kit and from other sources.
Versions
Date | Version | Size | Comments |
---|---|---|---|
2001-10-04 | 4.00.001 | 121,716 bytes | |
1998-11-16 | 4.00.000 | 119,872 bytes | |
1995-03-16 | 3.00.006 | 120,672 bytes | |
1999-06-30 | 2.001.000 | 88,654 bytes | |
1992-03-27 | 2.000.000 | 88,013 bytes | |
1991-03-22 | 1.13 | 87,869 bytes |
Usage
NMAKE @commandfile NMAKE /help NMAKE [/nologo] [/acdeinpqrst?] [/f makefile] [/x stderrfile] [macrodefs][targets]
Options
- /a
- force All targets to be built
- /c
- Cryptic mode; suppress sign on banner & warning messages
- /d
- Display modification dates
- /e
- Environment variables override macros in the makefile
- /i
- Ignore exit codes of commands invoked
- /n
- No execute mode; display commands only
- /p
- Print macro definitions & target descriptions
- /q
- Query if target is up-to-date; for use in batch files
- /r
- inference Rules from 'tools.ini' to be ignored
- /s
- Silent execution of commands
- /t
- Touch targets with current date & time
- /?, /help
- Help message
- /nologo
- do not display sign on banner