Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/wave/samples/Jamfile.v2 @ 33

Last change on this file since 33 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 451 bytes
Line 
1# Copyright Vladimir Prus 2004.
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt
4# or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6project
7    : requirements <hardcode-dll-paths>true
8    ;
9
10build-project advanced_hooks/build ;
11build-project cpp_tokens/build ;
12build-project lexed_tokens/build ;
13build-project list_includes/build ;
14build-project quick_start/build ;
15build-project waveidl/build ;
Note: See TracBrowser for help on using the repository browser.