Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-31 09:52:14


Thanks, Hugo

I applied your patch with a few tweaks needed to make it work in all cases.

Regards,
Dave
----- Original Message -----
From: "hugo_duncan" <hugo_duncan_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Thursday, January 31, 2002 8:17 AM
Subject: [jamboost] borland-tools.jam missing LIBPATH NEEDLIBS FINDLIBS

> It's been a while since I looked at the build system, but I think that
borland-tools.jam seems to be missing a few lines. I editted my copy to get
some compiles to work, but I am not sure that I have added everything that
was missing.
>
> Hugo
>
>
> Index: borland-tools.jam
> ===================================================================
> RCS file: /cvsroot/boost/boost/tools/build/borland-tools.jam,v
> retrieving revision 1.11
> diff -r1.11 borland-tools.jam
> 63a64,67
> > flags borland LIBPATH <library-path> ;
> > flags borland NEEDLIBS <library-file> ;
> > flags borland FINDLIBS <find-library> ;
> >
> 88c92
> < $(BCC_TOOL_PATH)bcc32 -v -q
$(LINKFLAGS) -L"$(BCCROOT)$(SLASH)lib" -e"$(<[1])" @"$(>)"
> ---
> > $(BCC_TOOL_PATH)bcc32 -v -q
$(LINKFLAGS) -L"$(BCCROOT)$(SLASH)lib" -e"$(<[1])" @"$(>)" $(FINDLIBS)
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

 


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