[XviD-devel] ATTN: colorspace stuff breaks stuff

Christoph Lampert xvid-devel@xvid.org
Fri, 15 Nov 2002 14:19:24 +0100 (CET)


Hi Pete,

On Sat, 16 Nov 2002, peter ross wrote:
> > > to get it working, you need to add -I($<D) to the nasm rule:
> > >
> > > before: $(AS) $(AFLAGS) $< -o $@
> > > after:  $(AS) $(AFLAGS) -I($<D) $< -o $@
> > >
> > > nasm has always supported %include, atleast from 1998 onwards. but
> > > the -I<include-path> option was only recently added.
> >
> >Doesn't work.
> 
> urgh, it should be -I$(<D)  ...i typed it incorrectly;
> from the man page:
> 
> `$(<D)'
> `$(<F)'
>      The directory part and the file-within-directory part of the first
>      prerequisite.


This explains why I didn't find  "$<D"  on the man-page ;-)

gruel 


P.S. Do you actually test under Linux, too?