📄 jamfile.v2
字号:
# Boost Filesystem Library test Jamfile# (C) Copyright Beman Dawes 2002-2006# Distributed under the Boost Software License, Version 1.0.# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)project : requirements <library>/boost/filesystem//boost_filesystem <toolset>msvc:<asynch-exceptions>on ; test-suite "filesystem" : [ run path_test.cpp : : : <link>static ] [ run path_test.cpp ../../system/build : : : : path_test_dll ] [ run operations_test.cpp : : : <link>static ] [ run operations_test.cpp ../../system/build : : : : operations_test_dll ] [ run fstream_test.cpp : : : <link>static ] [ run convenience_test.cpp : : : <link>static ] [ run large_file_support_test.cpp : : : <link>static ] [ run wide_test.cpp : : : <link>static ] [ compile deprecated_test.cpp ] [ compile ../example/mbcopy.cpp ] [ compile ../example/mbpath.cpp ] [ compile ../example/simple_ls.cpp ] ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -