Blame view

3rdparty/boost_1_81_0/libs/filesystem/config/Jamfile.v2 1.72 KB
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  #
  #          Copyright Andrey Semashev 2020 - 2021.
  # 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)
  #
  
  obj has_attribute_init_priority : has_attribute_init_priority.cpp : <include>../src ;
  explicit has_attribute_init_priority ;
  obj has_cxx20_atomic_ref : has_cxx20_atomic_ref.cpp : <include>../src ;
  explicit has_cxx20_atomic_ref ;
  obj has_stat_st_blksize : has_stat_st_blksize.cpp : <include>../src ;
  explicit has_stat_st_blksize ;
  obj has_stat_st_mtim : has_stat_st_mtim.cpp : <include>../src ;
  explicit has_stat_st_mtim ;
  obj has_stat_st_mtimensec : has_stat_st_mtimensec.cpp : <include>../src ;
  explicit has_stat_st_mtimensec ;
  obj has_stat_st_mtimespec : has_stat_st_mtimespec.cpp : <include>../src ;
  explicit has_stat_st_mtimespec ;
  obj has_statx : has_statx.cpp : <include>../src ;
  explicit has_statx ;
  obj has_statx_syscall : has_statx_syscall.cpp : <include>../src ;
  explicit has_statx_syscall ;
  obj has_stat_st_birthtim : has_stat_st_birthtim.cpp : <include>../src ;
  explicit has_stat_st_birthtim ;
  obj has_stat_st_birthtimensec : has_stat_st_birthtimensec.cpp : <include>../src ;
  explicit has_stat_st_birthtimensec ;
  obj has_stat_st_birthtimespec : has_stat_st_birthtimespec.cpp : <include>../src ;
  explicit has_stat_st_birthtimespec ;
  obj has_fdopendir_nofollow : has_fdopendir_nofollow.cpp : <include>../src ;
  explicit has_fdopendir_nofollow ;
  obj has_posix_at_apis : has_posix_at_apis.cpp : <include>../src ;
  explicit has_posix_at_apis ;
  
  lib bcrypt ;
  explicit bcrypt ;
  
  exe has_bcrypt : has_bcrypt.cpp : <include>../src <library>bcrypt ;
  explicit has_bcrypt ;
  obj is_windows_ce : is_windows_ce.cpp ;
  explicit is_windows_ce ;