Hi,

 

How is it to handle diff files on diff OSs using bjam?

 

What I mean is – say, file File1.cpp exists only Windows and File2.cpp exists only on Linux.

Using a single Jamfile, is there a way to handle it i.e., conditionally add the files to the build, depending on the OS?

 

Thanks a lot in advance,