Jump to content

Nmake.exe: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Versions: unbloat
Line 2: Line 2:


==Versions==
==Versions==
{| class="wikitable"
{|class="wikitable"
! Date !!Version !! Size  !! Comments
!Date !!Version !! Size  !! Comments
|-
|-
| 2001-10-04 11:35a || 4.00.001 || 121,716 bytes|| Version 4.00.001 (Oct 4 2001 ) IBM/Microsoft. Included on OS/2 Toolkit 4.52
|2001-10-04|| 4.00.001 ||121,716 bytes||
|-
|-
|1998-11-16 5:40p  || 4.00.000 || 119,872 bytes || Version 4.00.000 (Sep 16 1997)  IBM/Microsoft.
|1998-11-16|| 4.00.000 ||119,872 bytes ||  
|-
|-
| 1995-03-16 3:27p || 3.00.006 || 120,672 bytes || Version 3.00.006 (Mar 15 1995) IBM/Microsoft. [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/util&file=nmakew.zip]
|1995-03-16|| 3.00.006 ||120,672 bytes ||
|-
|-
| 1999-06-30 || 2.001.000 || 88,654 bytes || Version 2.001.000 (Jan 28 1994) IBM/Microsoft.
|1999-06-30 || 2.001.000|| 88,654 bytes ||
|-
|-
| 1992-03-27 9:43a || 2.000.000 || 88,013 bytes || Version 2.000.000 (Mar 27 1992) IBM/Microsoft. [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/util&file=nmake2.zip]
|1992-03-27 || 2.000.000|| 88,013 bytes |
|-
|-
| 1991-03-22 3:53p || 1.13 || 87,869 bytes || By Microsoft Corp.
|1991-03-22 || 1.13 || 87,869 bytes ||
|}
|}



Revision as of 20:46, 8 December 2018

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
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 signon 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 message
/help
Help message
/nologo
do not display signon banner