Files
argyllcms/makeall.bat
2026-08-20 20:28:40 +01:00

6 lines
210 B
Batchfile
Executable File

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