Message-Id: Comments: Authenticated sender is From: "Salvador Eduardo Tropea (SET)" Organization: INTI To: Casey Corcoran , djgpp AT delorie DOT com, Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT de, Alessandro Rizzoli Date: Wed, 2 Apr 1997 18:15:47 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Nmake for WinNT 3.5 utilities Casey Corcoran wrote: > Along those lines, I wonder: > Has a project for djgpp been built under RHIDE? Is it available? I don't know if I understood you ok, are you looking for a complex project developed with RHIDE? If yes just download the RHIDE sources, the thing is giant and is constructed with RHIDE projects (nested projects). > If not, do you think it is feasible to build one, or should I concentrate > my efforts on manually editing the existing make file as we go along? Take a look to the RHIDE sources you'll see that some things aren't make using projects because is harder than using make files. Some examples for the case: 1) The .info files are created calling to makeinfo and other utilities (like sed) to create .info, .html, .txt, .dvi, .ps, etc files from a .txi source. As that isn't C code is hard (if not impossible) to configure RHIDE to create the target files. 2) The language files are made collecting strings from various files and creating .po files these files are compiled to .mo files. This task is made with make files. These 2 examples shows cases where a makefile is used even when the main project is an RHIDE project. If your project involves things like that you can mix the 2 things. IMHO RHIDE helps a lot to create projects but sometimes you'll need to use makefiles for things that in general aren't specifically programs. SET --------------- 0 -------------------------------- Salvador Eduardo Tropea (SET). Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA TE: +(541) 759 0013