On Tue, May 7, 2013 at 6:51 PM, Duane Campbell <dcampb...@nvidia.com> wrote:

> Erik, are you familiar with subst command?
>
> If not, you might find it handy as a work-around for windows limitations:
>    subst someUnusedDriveLetter: c:\very-long-src-dir
> like
>    subst S: c:\very-long-src-dir
> Then use S:\ in-place of c:\very-long-src-dir\ throughout your makefile.
>

Thanks, but I think that's too intrusive. My users don't want to map drive
letters manually (it would be easier to just tell them not to use spaces in
paths).

Erik
_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to