I'll take a look, thanks.

On Fri, May 3, 2019, 10:57 PM David Mitchell <davidmitch...@att.net> wrote:

> The GitHub version of makemsvc\tsdll\makefile.win did not work for me.
>
> I had to make this change:
>
>         $(LD) DEF:$(DEF) $(FLAGS) /out:$@ $(OBJS)
> ->
>         $(LD) /DEF:$(DEF) $(FLAGS) /out:$@ $(OBJS)
>
> Cheers,
> David Mitchell
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to