Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/filesystem/example/Jamfile.v2 @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 167 bytes
Line 
1
2project
3    : requirements <library>../build//boost_filesystem
4      <hardcode-dll-paths>true
5    ;
6   
7exe simple_ls : simple_ls.cpp ;   
8exe dir_it : dir_it.cpp ;
Note: See TracBrowser for help on using the repository browser.