The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: NoCforMe on October 14, 2011, 11:39:58 PM

Title: Free MAKE?
Post by: NoCforMe on October 14, 2011, 11:39:58 PM
Is there a freeware or open-source MAKE out there? Years ago, when I worked as a programmer, I used this tool. So much nicer than those primitive batch files in the MASM32 project. It only updates those parts of the project that need it.

I think I have an old copy of it somewhere, but can't find it at the moment ...
Title: Re: Free MAKE?
Post by: drizz on October 15, 2011, 12:02:29 AM
I use gnu make (and the rest of tools) from GnuWin32.
http://gnuwin32.sourceforge.net/packages/make.htm
Title: Re: Free MAKE?
Post by: dedndave on October 15, 2011, 12:03:17 AM
well - there are many free programs that go beyond make, now
even QE has some capabilities - it uses batch files - don't discount batch files - they can be quite powerful
but, you might want to look into IDE's like RadAsm and WinAsm
they totally manage projects for you
the special projects and IDE subforums are a place to start
Title: Re: Free MAKE?
Post by: jj2007 on October 15, 2011, 12:24:22 AM
Wow, if the batch files are too slow for you, then you must have substantial projects! My biggest source, the RichMasm editor with 13,000 lines, still assembles and links in less than half a second...
Title: Re: Free MAKE?
Post by: dedndave on October 15, 2011, 12:30:48 AM
ok - took a little searching, but the 2008 SDK is still available for d/l and has NMake.exe and support files

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=24826

you may not be able to install it on win2k, but you can extract the files