Re: What is NMAKE.exe used for?
- From: spamtrap@xxxxxxxxxx
- Date: Mon, 6 Jun 2005 21:41:58 +0000 (UTC)
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.
.
- References:
- Re: What is NMAKE.exe used for?
- From: Matt
- Re: What is NMAKE.exe used for?
- Prev by Date: Re: Create afile
- Next by Date: Re: Looking for information on dongle checks
- Previous by thread: Re: What is NMAKE.exe used for?
- Next by thread: Re: What is NMAKE.exe used for?
- Index(es):
Relevant Pages
|