Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added boost

File size: 624 bytes
Line 
1# Boost Filesystem Library Example Jamfile
2
3# Copyright Beman Dawes 2003
4
5# Use, modification, and distribution is subject to the Boost Software
6# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9# See library home page at http://www.boost.org/libs/filesystem
10
11{
12
13 exe file_size : file_size.cpp
14                 ../src/operations_posix_windows.cpp
15                 ../src/exception.cpp
16                 ../src/path_posix_windows.cpp
17               : <define>BOOST_ALL_NO_LIB
18                 <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
19               ;
20
21}
Note: See TracBrowser for help on using the repository browser.