From: elf AT netcom DOT com (Marc Singer) Message-Id: <199610222003.NAA26944@netcom8.netcom.com> Subject: Re: DJGPP make (3.73) usable as standalone exe? To: jcook AT kla DOT com Date: Tue, 22 Oct 1996 13:02:54 -0700 (PDT) In-Reply-To: <54h3u6$gth@kla.com> from "jcook@kla.com" at Oct 22, 96 00:19:18 am MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 512 Sender: elf AT netcom DOT com > Does make 3.73 in fact work as a standalone binary for parsing > makefiles, without invoking any other DJGPP utilities? > Are there any caveats to using make this way? I have been using MAKE as the build utility in several projects. I am the only one who installs all of DJGPP. The rest use the executable in Windows95 and Windows/NT. It is REALLY great to use GNUMake because it has most of the features necessary to build multi-directory projects without a GUI and without intervention. Good luck.