Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/example/versioned/jamfile.jam @ 12

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

added boost

File size: 319 bytes
Line 
1# (C) Copyright Rene Rivera, 2003.
2#
3# See accompanying license for terms and conditions of use.
4#
5
6#~ exe hello : hello.cpp : <version>1.0 ;
7lib hello : hello.cpp : <version>1.0 ;
8
9symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;
10symlink links/hello_release : hello/<variant>release ;
Note: See TracBrowser for help on using the repository browser.