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:
690 bytes
|
Line | |
---|
1 | # Copyright Bruno da Silva de Oliveira 2003. Use, modification and |
---|
2 | # distribution is subject to the Boost Software License, Version 1.0. |
---|
3 | # (See accompanying file LICENSE_1_0.txt or copy at |
---|
4 | # http:#www.boost.org/LICENSE_1_0.txt) |
---|
5 | |
---|
6 | |
---|
7 | #============================================================================== |
---|
8 | # Global information |
---|
9 | #============================================================================== |
---|
10 | |
---|
11 | DEBUG = False |
---|
12 | USING_BOOST_NS = True |
---|
13 | |
---|
14 | class namespaces: |
---|
15 | boost = 'boost::' |
---|
16 | pyste = '' |
---|
17 | python = '' # default is to not use boost::python namespace explicitly, so |
---|
18 | # use the "using namespace" statement instead |
---|
19 | |
---|
20 | import sys |
---|
21 | msvc = sys.platform == 'win32' |
---|
Note: See
TracBrowser
for help on using the repository browser.