make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VPATH and vpath problems


From: Greg Chicares
Subject: Re: VPATH and vpath problems
Date: Wed, 07 Jun 2006 18:32:54 +0000
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

On 2006-6-7 16:44 UTC, Dan Clarke wrote:
> 
> VPATH = w:/modules7/graphics/pc/vshaders/effects
> vpath %.hvs w:/modules7/graphics/pc/vshaders/effects
> 
> %.hvo: %.hvs
> 
> and I get the following error ...
> 
> gnumake: *** No rule to make target
> `\gamedir\vshaders\effects\ccorrect.hvo', needed by `project.exe'.  Stop.

Try building in the object directory. Then you can specify the
object files as, e.g.,
  ccorrect.hvo
and vpath can find
  w:/modules7/graphics/pc/vshaders/effects/ccorrect.hvo
as expected. I'm guessing that you're specifying objects like this:
  /gamedir/vshaders/effects/ccorrect.hvo
so that with vpath you can find
  gamedir/vshaders/effects/ccorrect.hvo
  
w:/modules7/graphics/pc/vshaders/effects/ccorrect.hvo/gamedir/vshaders/effects/ccorrect.hvo
neither of which is what you want. See:
  http://make.paulandlesley.org/vpath.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]