Ron Blaschke <[EMAIL PROTECTED]> wrote:

> Your problem seems to be related to the %.str: %.c inference rule, which
> nmake doesn't understand.  For nmake, this should read
> .c.str:
>         $(PERL) build_tools\c2str.pl $< > $@

That's already in CVS ;)

> I am currently stuck with some CONST_STRING issues, for which VC 7.1
> complains with:
> src\interpreter.c(1309) : warning C4013: '_CONST_STRING_' undefined;
> assuming extern returning int

Is that already with your proposed change to the Makefile rule above or
before?

> Ron

leo

Reply via email to