代码搜索:Toolset
找到约 1,753 项符合「Toolset」的源代码
代码结果 1,753
www.eeworm.com/read/168845/5430182
jam intel-win32-tools.jam
# Intel Compiler (on Windows, using the Microsoft Standard Library)
# (C) Copyright David Abrahams 2001.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICE
www.eeworm.com/read/168845/5432991
v2 jamfile.v2
#==============================================================================
# Copyright (c) 2002 Joel de Guzman
# Copyright (c) 2003-2004 Martin Wille
# http://spirit.sourceforge.net/
#
www.eeworm.com/read/240028/13239685
jamfile
rule mingw-only-optimization-off ( source )
{
obj $(source:B) : $(source) : NT,gcc:off ;
}
exe basic
: main.cpp
[ mingw-only-optimization-off test_auto_ptr.cpp ]
[ m
www.eeworm.com/read/240028/13239791
jamfile
using testing ;
SOURCE_DIR = selftest ;
BUILD_DIR = bin ;
project tut-framework
: source-location
$(SOURCE_DIR)
: requirements
.
msvc:TUT_USE_SEH
www.eeworm.com/read/168845/5430170
jam msvc-stlport-tools.jam
# Copyright 2004 Rene Rivera.
# 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)
# The following #// li
www.eeworm.com/read/168845/5430220
jam stlport.jam
# (C) Copyright Gennadiy Rozental 2002. Permission to copy, use,
# modify, sell and distribute this software is granted provided this
# copyright notice appears in all copies. This software is provi
www.eeworm.com/read/168845/5430225
jam vc7-tools.jam
extends-toolset msvc ;
# singleton variables...
set-as-singleton VC7_ROOT ;
if ! $(MSVCDir)
{
ProgramFiles ?= $(PROGRAMFILES) ;
VC7_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual S
www.eeworm.com/read/221464/4828477
jam project-root.jam
import toolset ;
# Tell that QT should be used. QTDIR will give installation
# prefix.
toolset.using qt ;
# Not that good, but sufficient for testing
toolset.using stlport : : /path/to/st
www.eeworm.com/read/221464/4828359
jam project-root.jam
import gcc ;
import toolset ;
# Tell that QT should be used. QTDIR will give installation
# prefix.
toolset.using qt ;
#Alternatively, the prefix can be given as second argument
#toolset.
www.eeworm.com/read/221464/4828389
jam project-root.jam
import toolset ;
# Tell that QT should be used. QTDIR will give installation
# prefix.
toolset.using qt ;
#Alternatively, the prefix can be given as second argument
#toolset.using qt : /us