2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/v1/qcc-3.3.5-cpp-tools.jam
2005-12-12 16:56:24 +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 ;
}