2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Comeau 4.3.3/VC7 toolset

[SVN r24225]
This commit is contained in:
Aleksey Gurtovoy
2004-08-01 11:01:44 +00:00
parent 85207c3599
commit a9d2e75fbc

View File

@@ -0,0 +1,35 @@
# (C) Copyright David Abrahams 2001.
# (C) Copyright MetaCommunications, Inc. 2003-2004.
# Distributed under the Boost Software License, Version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# The following #// line will be used by the regression test table generation
# program as the column heading for HTML tables. Must not include version number.
#//<a href="http://www.comeaucomputing.com/">Comeau<br>C++</a>
{
include-tools vc7 ;
C++FLAGS = ;
CFLAGS = ;
DEFINES = ;
UNDEFS = ;
HDRS = ;
STDHDRS = ;
LINKFLAGS = ;
ARFLAGS = ;
NO_WARN = ;
STDHDRS = ;
STDLIB_PATH = ;
LIBPATH = ;
NEEDLIBS = ;
FINDLIBS = ;
COMO_BASE = $(COMO_4_3_3_BASE) ;
extends-toolset como-win32 ;
C++FLAGS += -DBOOST_DISABLE_WIN32 --wchar_t ;
}