On 12/25/2013 12:55 AM, Steven Watanabe wrote:
AMDG
On 12/24/2013 02:15 PM, Bjørn Roald wrote:
On 12/24/2013 10:49 PM, Edward Diener wrote:
No special target is needed. If you're running as an administrator, Boost.Build will detect that it can create symlinks.
I assume that you mean that you plan to make it work this way. That would be great. When I first ran '.\b2 headers' under Windows 7 I had administrator rights but it still created hard links.
He did not say it works that way now.
It is what I meant. It worked for me the last time I tried it.
OK I guess you did not say what I read then :-) I am not sure what you tested, but I am pretty sure Edward refer to using symbolic links for individual files rather than hard links. Not symbolic links for directories where that can be used. The latter work as it should. I have not tested but will be surprised if symbolic links for single files works on Windows7, even as user with privileges to make symbolic links. Likewise for any other system where b2 detect both types of links are supported. Hard links are preferred for single files unless that has been changed without me noticing. -- Bjørn