From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-06-25 11:30:31


   Hi Tony.

> I don't know how to specify new directories in the include path using bjam.

   Use the <include> feature, e.g. from the command line you do it like
this:

   bjam include=/xxx/yyy/zzz

   but you usually want to do such things from inside your Jamfile.

   Best regards,
     Jurko Gospodnetić