delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/04/02/16:26:42

Message-Id: <m0wCRWa-000S1dC@natacha.inti.edu.ar>
Comments: Authenticated sender is <salvador AT natacha DOT inti DOT edu DOT ar>
From: "Salvador Eduardo Tropea (SET)" <salvador AT natacha DOT inti DOT edu DOT ar>
Organization: INTI
To: Casey Corcoran <ckcorcor AT p5 DOT csrd DOT uiuc DOT edu>, djgpp AT delorie DOT com,
Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT de,
Alessandro Rizzoli <rizzoli AT p5 DOT csrd DOT uiuc DOT edu>
Date: Wed, 2 Apr 1997 18:15:47 +0000
MIME-Version: 1.0
Subject: Re: Nmake for WinNT 3.5 utilities

Casey Corcoran <ckcorcor AT p5 DOT csrd DOT uiuc DOT edu> 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019