|
From: | Erik Carstensen |
Subject: | Re: Any known problems with relative paths in VPATH on Windows? |
Date: | Tue, 7 May 2013 20:23:13 +0200 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |