I'm looking for a way setup _global_ include and library
definition.
Example:
exe hello : hello.cpp :
<include>C:\Boost\include\boost-1_33_1 ;
Instead of writing something like this I'd like to have:
exe hello : hello.cpp ; (included by default or by
project)
or at least a
exe hello : hello.cpp boost ; (boost project setup
somewhere else)
I new to jam, so I'm probably missing something obvious,
thanks for any help.
--
Alberto
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|