Boost logo

Boost-Build :

From: hugo_duncan (hugo_duncan_at_[hidden])
Date: 2002-01-31 08:17:13


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)
 

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