mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
10 lines
289 B
Plaintext
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 ;
|
|
}
|