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 | |
---|---|
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 ; |
7 | lib hello : hello.cpp : <version>1.0 ; |
8 | |
9 | symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ; |
10 | symlink links/hello_release : hello/<variant>release ; |
Note: See TracBrowser
for help on using the repository browser.