Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/python/example/tutorial/Jamroot @ 44

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

updated boost from 1_33_1 to 1_34_1

  • Property svn:executable set to *
File size: 634 bytes
Line 
1# Copyright David Abrahams 2006. Distributed under the Boost
2# Software License, Version 1.0. (See accompanying
3# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5# Specify the path to the Boost project.  If you move this project,
6# adjust this path to refer to the Boost root directory.
7use-project boost
8  : ../../../.. ;
9
10# Set up the project-wide requirements that everything uses the
11# boost_python library from the project whose global ID is
12# /boost/python.
13project
14  : requirements <library>/boost/python//boost_python ;
15
16# Declare a Python extension called hello.
17python-extension hello : hello.cpp ;
18
Note: See TracBrowser for help on using the repository browser.