Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. .\b2 toolset=msvc link=static,shared threading=multi address-model=64 runtime-link=shared ^
  2. --with-system ^
  3. --with-exception ^
  4. --with-filesystem ^
  5. --with-thread ^
  6. --with-type_erasure ^
  7. --with-container ^
  8. --with-test ^
  9. --with-regex ^
  10. --with-program_options ^
  11. --with-log define=BOOST_LOG_USE_COMPILER_TLS define=BOOST_LOG_USE_STD_REGEX define=BOOST_LOG_WITHOUT_EVENT_LOG define=BOOST_LOG_WITHOUT_SYSLOG ^
  12. define=BOOST_USE_WINAPI_VERSION=0x0A00 stage >build.log
  13.  
  14. .\b2 toolset=gcc link=static,shared threading=multi address-model=64 runtime-link=shared ^
  15. --with-system ^
  16. --with-exception ^
  17. --with-filesystem ^
  18. --with-thread ^
  19. --with-type_erasure ^
  20. --with-container ^
  21. --with-test ^
  22. --with-regex ^
  23. --with-log define=BOOST_LOG_USE_COMPILER_TLS define=BOOST_LOG_USE_STD_REGEX define=BOOST_LOG_WITHOUT_EVENT_LOG define=BOOST_LOG_WITHOUT_SYSLOG ^
  24. stage >build.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement