Re: What is NMAKE.exe used for?



On Mon, 6 Jun 2005 19:21:47 +0000 (UTC), "Matt" <spamtrap@xxxxxxxxxx>
wrote:

>nmake is just a utility used to invoke the assembler, compiler, and linker
>as necessary to build your program. To make it faster, it is able to skip
>recompiling/reassembling files which haven't changed. There are a dozen
>different variants on the idea, and nmake happens to be Microsoft's

insert >"most recent"

>implementation. Makefiles are always compulsary in the same way that source
>repositories are: you don't need it to create software, but larger projects
>are impossible to engineer without it.

Before 'nmake' (New Make) there was 'make'. Last seen about 1988.

--
ArarghMail506 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the garbage from the reply address.

.



Relevant Pages

  • Re: Build tkpath for Windows
    ... the following error on Windows: ... *** Compiler version 0, machine is i386 ... NMAKE: fatal error U1073: don't know how to make ... Is it possible to build Tkpath using GNU make in a Cygwin bash using ...
    (comp.lang.tcl)
  • Re: Compiling under ddk 3790
    ... BUILD is wrapper around NMAKE. ... dependency scan (NMAKE IIRC cannot. ... you can ask the compiler to "list ... Maxim Shatskih, Windows DDK MVP ...
    (microsoft.public.development.device.drivers)
  • Re: nmake not recognized in MATLAB 2009b
    ... The error I get is that 'nmake' is not recognized as an internal or external command,> operable program or batch file. ... how did you start matlab after you executed vcvars? ... execute Matlab from that shell. ... I do not know if I needed to setup any software (e.g. compiler) before I started the demo, but I get this error whenever I try to run my simulation: ...
    (comp.soft-sys.matlab)
  • Re: What is NMAKE.exe used for?
    ... > documentation but could not understand much. ... Can I have a project built without using nmake? ... compiler on the files for you. ...
    (microsoft.public.vc.debugger)
  • Re: C- Syntax to allocate Global variables to consecutive memory locations
    ... define link-time constants. ... it depends upon the linker to provide ... c is where the compiler generates a definition of ... In the assembly language case I mentioned, the assembler is perfectly ...
    (comp.arch.embedded)