Re: nmake error

2004-04-26 Thread Ron Blaschke
On Mon, 26 Apr 2004 08:46:05 +0100, Jonathan Worthington wrote: >> Main Makefile contain line >> .c.str: build_tools\c2str.pl >> >> But nmake do not understand this construction, only >> >> .c.str: >> . >> > This is a problem I flagged up earlier, but I haven't had time to check > leo's lat

Re: nmake error

2004-04-26 Thread Jonathan Worthington
"Nick Kostirya" <[EMAIL PROTECTED]> wrote: > > Main Makefile contain line > .c.str: build_tools\c2str.pl > > But nmake do not understand this construction, only > > .c.str: > . > This is a problem I flagged up earlier, but I haven't had time to check leo's latest fix. Looking at that line,