On 12/28/06, Jaroslav Gresula < jgresulaseznam.cz">jgresulaseznam.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.