Mail Archives: djgpp/1996/05/22/02:12:57
On Wed, 22 May 1996 j DOT aldrich6 AT genie DOT com wrote:
> >although if you want to also support Make programs from DOS compilers,
> >you might consider staying away from static pattern rules.
>
> I don't quite understand. Why wouldn't "%.o : %.cpp" work under DOS?
Sorry, my usual failure to make myself clear. I meant to say that many
Make utilities that come with DOS C compilers or from other DOS-based
vendors don't support static pattern rules. But if the Makefile is
supposed to be portable to Unix/POSIX platforms, then "%.o" can be used
without fear.
- Raw text -