Jamfile.v2 268 B

123456789101112131415
  1. # Jamfile which builds all the tools.
  2. project
  3. : requirements <hardcode-dll-paths>true
  4. ;
  5. stage tools
  6. : bcp//bcp
  7. inspect/build//inspect
  8. regression/build//process_jam_log
  9. regression/build//compiler_status
  10. :
  11. : release
  12. ;
粤ICP备19079148号