|
Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
453 bytes
|
| Line | |
|---|
| 1 | # Boost System Library Build Jamfile |
|---|
| 2 | |
|---|
| 3 | # (C) Copyright Beman Dawes 2002, 2006 |
|---|
| 4 | |
|---|
| 5 | # Distributed under the Boost Software License, Version 1.0. |
|---|
| 6 | # (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt) |
|---|
| 7 | |
|---|
| 8 | # See library home page at http://www.boost.org/libs/filesystem |
|---|
| 9 | |
|---|
| 10 | project |
|---|
| 11 | : requirements <library>../build//boost_filesystem |
|---|
| 12 | <hardcode-dll-paths>true |
|---|
| 13 | ; |
|---|
| 14 | |
|---|
| 15 | exe file_size : file_size.cpp ; |
|---|
| 16 | exe simple_ls : simple_ls.cpp ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.