Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> Hi,

> I'm kinda tied up with stuff, but just to flag up a Win32 build issue...

> src\global_setup.c
> global_setup.c
> NMAKE : fatal error U1073: don't know how to make 'src\interpreter.str'
> Stop.

Could be this line:

%.str : %.c ...

now changed to:

.c.str : ...

leo

Reply via email to