|
Boost-Build : |
From: Andrej van der Zee (mavdzee_at_[hidden])
Date: 2008-06-26 22:47:50
Hi,
Thanks alot for your clear explanations!
> The only way I managed to get something similar to
> your code to work was
> to do the following:
>
> local x = /usr/local/include ;
> exe aaa : aaa.cpp : <include>$(x:W) ;
>
> or:
>
> import path ;
> local x = /usr/local/include ;
> local y = [ path.make $(x:W) ] ;
> exe aaa : aaa.cpp : <include>$(y) ;
>
For me there is no automagic path conversion from
cygwin to Windows either. But your workaround works
perfectly fine :)
I guess using cmd.exe with the cygwin in the path is
not an option for me, I prefer to use bash on all
platforms. Out of curiosity, can you really use tools
such as vim in cmd.exe like this? Or am I
misunderstanding you?
Cheers,
Andrej
__________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk