Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/example/qt/Jamfile @ 12

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

added boost

File size: 349 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    # built MT version, unless asked otherwise.
8    : default-build <threading>multi
9    ;
10
11exe canvas : main.cpp canvas.cpp canvas.h : <library>/qt//qt ;
Note: See TracBrowser for help on using the repository browser.