Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/program_options/example/Jamfile.v2 @ 45

Last change on this file since 45 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 343 bytes
Line 
1
2project
3    : requirements <library>../build//boost_program_options
4      <hardcode-dll-paths>true
5    ;
6
7exe first : first.cpp ;
8exe options_description : options_description.cpp ;
9exe multiple_sources : multiple_sources.cpp ;
10exe custom_syntax : custom_syntax.cpp ;
11
12exe real : real.cpp ;
13exe regex : regex.cpp /boost/regex//boost_regex ;
Note: See TracBrowser for help on using the repository browser.