Bruce Robson wrote:
>
> Alec Flett wrote:
> >
> > If anyone has any ideas about doing this string transformation in nmake,
> > let me know.
> >
> > the equivalent in gmake is:
> > $(foreach d,$(REQUIRES),-I$(DIST)/include/$d)
> >
> > Alec
>
>
> I've never used this feature, but does
> -I$$(DIST)/include/$(REQUIRES: = $$(DIST)/include/)
> produce what you want ?
oops! I meant
-I$$(DIST)/include/$(REQUIRES: = -I$$(DIST)/include/)
- REQUIRES status on Win32 - any nmake experts? Alec Flett
- Re: REQUIRES status on Win32 - any nmake experts? Bruce Robson
- Re: REQUIRES status on Win32 - any nmake experts? Bruce Robson
