Guest User

Untitled

a guest
Jan 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. import os ;
  2. path-constant BOOST_ROOT : [ os.environ BOOST_ROOT ] ;
  3. use-project /boost : $(BOOST_ROOT) ;
  4.  
  5. exe hello :
  6. hello.cpp
  7. /boost//filesystem
  8. /boost//system
  9. :
  10. <link>static
  11. ;
  12.  
  13. msvc.link binmsvc-10.0debuglink-statichello.exe
  14. LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc100-mt-gd-1_46.lib'
Add Comment
Please, Sign In to add comment