代码搜索:Toolset

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

代码结果 1,753
www.eeworm.com/read/371635/9544792

bak prjinfo.bat.bak

REM Project Settings REM set P_ROOT=c:\dl\flashfx set P_PROJDIR=%P_ROOT%\projects\vxworks\integrator926 set P_OS=vxworks set P_CPUFAMILY=arm REM set P_CPUTYPE=armarch5 REM set P_TOOLSET=gnuvx6x
www.eeworm.com/read/168845/5429665

jam docutils.jam

# Copyright David Abrahams 2004. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # Support f
www.eeworm.com/read/168845/5429864

py project_test4.py

#!/usr/bin/python from BoostBuild import Tester import os from string import strip, find t = Tester(translate_suffixes=0) t.set_tree("project-test4") t.run_build_system() t.expect_a
www.eeworm.com/read/168845/5429919

py m1-01.py

#!/usr/bin/python # Test the very basic 'make' functionality. from BoostBuild import Tester, List t = Tester() t.set_tree("test1") # Check that we can build something t.run_build_syste
www.eeworm.com/read/168845/5429996

py alias.py

#!/usr/bin/python from BoostBuild import Tester, List t = Tester() # Test that top-level project can affect build dir t.write("project-root.jam", "") t.write("Jamfile", """ exe a : a.cpp ;
www.eeworm.com/read/168845/5430155

jam dmc-stlport-tools.jam

# Digital Mars C++/STLPort # (C) Copyright Aleksey Gurtovoy 2004. # # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at # http://www
www.eeworm.com/read/168845/5430218

jam como-4_3_3-vc7_1-tools.jam

# (C) Copyright MetaCommunications, Inc. 2004. # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_
www.eeworm.com/read/168845/5434399

jamfile

# Boost.MultiIndex tests Jamfile # # Copyright 2003-2005 Joaqu韓 M L髉ez Mu駉z. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # htt
www.eeworm.com/read/168845/5434677

v2 jamfile.v2

# Boost serialization Library Build Jamfile # (C) Copyright Robert Ramey 2002-2004. # Use, modification, and distribution are subject to the # Boost Software License, Version 1.0. (See accompan
www.eeworm.com/read/302157/13840880

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