代码搜索:Toolset

找到约 1,753 项符合「Toolset」的源代码

代码结果 1,753
www.eeworm.com/read/251529/12339267

jam project-root.jam

# Bayes++ project root - See Boost.build v2 # Get Boost location from build system path-constant BOOST : [ modules.peek : BOOST_ROOT ] ; # Build variant for full compiler optimization variant hardop
www.eeworm.com/read/168845/5429686

jam msvc-config.jam

#~ Copyright 2005 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) # Automatic configu
www.eeworm.com/read/168845/5429940

py unit_tests.py

#!/usr/bin/python from BoostBuild import Tester t = Tester(pass_toolset=0) t.run_build_system(extra_args="--debug --build-system=test") t.cleanup()
www.eeworm.com/read/473227/6849374

jam project-root.jam

# Bayes++ project root - See Boost.build v2 # Get Boost location from build system path-constant BOOST : [ modules.peek : BOOST_ROOT ] ; # Build variant for full compiler optimization variant hardop
www.eeworm.com/read/174377/9590026

jam project-root.jam

# Bayes++ project root - See Boost.build v2 # Get Boost location from build system path-constant BOOST : [ modules.peek : BOOST_ROOT ] ; # Build variant for full compiler optimization variant hardop
www.eeworm.com/read/168737/9898873

jamfile

# FreeType2 demos graph/win32 Jamfile (c) 2001 David Turner # SubDir FT2DEMO_TOP graph win32 ; SubDirHdrs $(GRAPH_INCLUDE) ; if $(JAM_TOOLSET) = MINGW { GRAPH_LINKLIBS = "-luser32 -lgd
www.eeworm.com/read/168734/9899228

jamfile

# FreeType2 demos graph/win32 Jamfile (c) 2001 David Turner # SubDir FT2DEMO_TOP graph win32 ; SubDirHdrs $(GRAPH_INCLUDE) ; if $(JAM_TOOLSET) = MINGW { GRAPH_LINKLIBS = "-luser32 -lgd
www.eeworm.com/read/344519/11875117

jamfile

# FreeType2 demos graph/win32 Jamfile (c) 2001 David Turner # SubDir FT2DEMO_TOP graph win32 ; SubDirHdrs $(GRAPH_INCLUDE) ; if $(JAM_TOOLSET) = MINGW { GRAPH_LINKLIBS = "-luser32 -lgdi32" ; }
www.eeworm.com/read/168845/5429835

py dependency_test.py

#!/usr/bin/python from BoostBuild import Tester, List t = Tester() t.set_tree("dependency-test") t.run_build_system() # Check that main target 'c' was able to find 'x.h' from # 'a's depend
www.eeworm.com/read/168845/5429915

py project_test3.py

#!/usr/bin/python from BoostBuild import Tester, List import os from string import strip t = Tester(translate_suffixes=0) # First check some startup t.set_tree("project-test3") os.remove(