Jamfile.v2 467 B

1234567891011121314151617181920212223242526272829
  1. # Regression test status reporting tools build Jamfile
  2. exe process_jam_log
  3. :
  4. ../process_jam_log.cpp ../detail/tiny_xml.cpp
  5. ../../../libs/filesystem/build//boost_filesystem
  6. :
  7. :
  8. release
  9. ;
  10. exe compiler_status
  11. :
  12. ../compiler_status.cpp ../detail/tiny_xml.cpp
  13. ../../../libs/filesystem/build//boost_filesystem
  14. :
  15. :
  16. release
  17. ;
  18. stage run
  19. :
  20. process_jam_log
  21. compiler_status
  22. :
  23. :
  24. release
  25. ;
  26. explicit run ;
粤ICP备19079148号