47 lines
2.0 KiB
Plaintext
47 lines
2.0 KiB
Plaintext
#
|
|
# 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 ;
|
|
|
|
lib has_linkflag_no_undefined : has_linkflag_no_undefined.cpp : <link>shared <linkflags>"-Wl,--no-undefined" ;
|
|
explicit has_linkflag_no_undefined ;
|
|
lib has_linkflag_undefined_error : has_linkflag_no_undefined.cpp : <link>shared <linkflags>"-Wl,-undefined,error" ;
|
|
explicit has_linkflag_undefined_error ;
|