Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/como-4_3_3-vc7-tools.jam @ 12

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

added boost

File size: 859 bytes
Line 
1# (C) Copyright David Abrahams 2001.
2# (C) Copyright MetaCommunications, Inc. 2003-2004.
3
4# Distributed under the Boost Software License, Version 1.0. (See
5# accompanying file LICENSE_1_0.txt or copy at
6# http://www.boost.org/LICENSE_1_0.txt)
7
8# The following #// line will be used by the regression test table generation
9# program as the column heading for HTML tables. Must not include version number.
10#//<a href="http://www.comeaucomputing.com/">Comeau<br>C++</a>
11
12{
13    include-tools vc7 ;
14    C++FLAGS =  ;
15    CFLAGS =  ;
16    DEFINES =  ;
17    UNDEFS = ;
18    HDRS =   ;
19    STDHDRS =  ;
20    LINKFLAGS =  ;
21    ARFLAGS =  ;
22    NO_WARN =  ;
23    STDHDRS =  ;
24    STDLIB_PATH = ;
25    LIBPATH = ;
26    NEEDLIBS =  ;
27    FINDLIBS =  ;
28
29    COMO_BASE = $(COMO_4_3_3_BASE) ;
30
31    extends-toolset como-win32 ;
32
33    C++FLAGS += -DBOOST_DISABLE_WIN32 --wchar_t ;
34}
Note: See TracBrowser for help on using the repository browser.