2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/v1/qcc-3_3_5-cpp-tools.jam
Rene Rivera a1af39f465 Fix various inspection errors.
[SVN r34697]
2006-07-24 15:55:45 +00:00

10 lines
289 B
Plaintext

# Copyright (c) 2005 Jim Douglas.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
{
local GXX = QCC -V3.3.5,gcc_ntox86_cpp ;
local GCC = qcc -V3.3.5,gcc_ntox86_cpp ;
extends-toolset qcc ;
}