|
Boost-Build : |
From: Paul Schmidt (prs_at_[hidden])
Date: 2003-07-16 09:43:07
--- In jamboost_at_[hidden], Rene Rivera <grafik666_at_r...> wrote:
> I don't know what you mean by "mangling" your paths. What do you
think they
> should be? ...It's hard to help here without seeing your Jamfiles.
<ee!hello>hello.c
Should be something like
ee\hello\hello.c
possibly prefixed with "C:\dev\jamtest" or maybe "Top"
C:\dev\jamtest\jamfile:
-----------------
#
# TOP jambase file
#
SubInclude TOP ee ;
SubInclude TOP iop ;
-----------------
c:\dev\jamtest\ee\jamfile:
-----------------
#
# TOP/ee jambase file
#
SubDir TOP ee ;
SubInclude Top ee hello ;
-----------------
c:\dev\jamtest\ee\hello\jamfile:
-----------------
#jamfile for $(TOP)EE/Hello
SubDir TOP ee hello ;
exe hello : hello.c crt0.s ;
-----------------
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