1echo Simple batch file to invoke Jam from the top
2jam -q -fJambase -j%NUMBER_OF_PROCESSORS%
3rem If you have trouble with the parallel build, try the
4rem version with only one thread.
5rem jam -q -fJambase
6