Jump to content

Nmake.exe: Difference between revisions

From EDM2
Created page with "This is the IBM nmake executable file. It came included in the IBM Device Driver Kit. ==Versions== {| class="wikitable" ! Date !!Version !! Size !! Comments |- | 1999-06-3..."
 
No edit summary
Line 1: Line 1:
This is the IBM nmake executable file.  It came included in the IBM Device Driver Kit.  
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 !!Version !! Size  !! Comments
! Date !!Version !! Size  !! Comments
|-
| 1995-03-16 3:27p || n/a || 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&backto=%2Fh-search.php%3Fkey%3Dnmake%26pushbutton%3DSearch]
|-
|-
| 1999-06-30 || n/a || 88,654 bytes || Version 2.001.000 (Jan 28 1994) IBM/Microsoft.
| 1999-06-30 || n/a || 88,654 bytes || Version 2.001.000 (Jan 28 1994) IBM/Microsoft.

Revision as of 17:05, 1 January 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
1995-03-16 3:27p n/a 120,672 bytes Version 3.00.006 (Mar 15 1995) IBM/Microsoft. [1]
1999-06-30 n/a 88,654 bytes Version 2.001.000 (Jan 28 1994) IBM/Microsoft.

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