"bjam xxx.obj" does the trick.
On 12/28/06, Jaroslav Gresula <jgresula@seznam.cz> wrote:
I have a Jamfile looking like this:
lib some_lib :
# many .cpp files listed here
;
Once in a while, I would like to compile just a single .cpp file (no
linking, just compilation). The reason is that I want to make sure that
the particular .cpp file is ok and don't want to compile and link the
whole library.
Any ideas how to accomplish that? Thanks.
--
Jarda
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
--
Best regards,
Alexey Pakhunov.