mirror of
https://github.com/boostorg/process.git
synced 2026-01-20 16:52:14 +00:00
Compare commits
4 Commits
boost-1.86
...
anarthal/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef33259c24 | ||
|
|
042091042a | ||
|
|
5aa276431d | ||
|
|
953f80ea50 |
@@ -43,10 +43,9 @@ alias process_sources
|
||||
if [ os.name ] = NT
|
||||
{
|
||||
lib shell32 ;
|
||||
lib advapi32 ;
|
||||
lib ntdll ;
|
||||
lib Advapi32 ;
|
||||
lib Ntdll ;
|
||||
lib user32 ;
|
||||
explicit shell32 advapi32 ntdll user32 ;
|
||||
}
|
||||
|
||||
lib boost_process
|
||||
@@ -56,10 +55,11 @@ lib boost_process
|
||||
<boost.process.fs>boost:<library>/boost//filesystem
|
||||
<target-os>windows:<library>shell32
|
||||
<target-os>windows:<library>user32
|
||||
<target-os>windows:<library>ntdll
|
||||
<target-os>windows:<library>advapi32
|
||||
<target-os>windows:<library>Ntdll
|
||||
<target-os>windows:<library>Advapi32
|
||||
: usage-requirements
|
||||
<link>shared:<define>BOOST_PROCESS_DYN_LINK=1
|
||||
<boost.process.fs>boost:<library>/boost//filesystem
|
||||
;
|
||||
|
||||
boost-install boost_process ;
|
||||
boost-install boost_process ;
|
||||
@@ -63,6 +63,7 @@ doxygen reference_v2
|
||||
\"BOOST_PROCESS_V2_END_NAMESPACE= } } }\" \\
|
||||
BOOST_PROCESS_V2_NAMESPACE=boost::process::v2 \\
|
||||
BOOST_PROCESS_V2_DECL \\
|
||||
BOOST_PROCESS_V2_SOURCE \\
|
||||
BOOST_PROCESS_V2_INITFN_AUTO_RESULT_TYPE(x,y)=deduced \\
|
||||
BOOST_PROCESS_V2_COMPLETION_TOKEN_FOR(X)=Token \\
|
||||
BOOST_PROCESS_V2_DEFAULT_COMPLETION_TOKEN_TYPE(E)=DEFAULT_TYPE \\
|
||||
|
||||
@@ -154,8 +154,8 @@ namespace filesystem = boost::filesystem;
|
||||
|
||||
BOOST_PROCESS_V2_END_NAMESPACE
|
||||
|
||||
#if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_PROCESS_DYN_LINK)
|
||||
#if defined(BOOST_PROCESS_SOURCE)
|
||||
#if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_PROCESS_V2_DYN_LINK)
|
||||
#if defined(BOOST_PROCESS_V2_SOURCE)
|
||||
#define BOOST_PROCESS_V2_DECL BOOST_SYMBOL_EXPORT
|
||||
#else
|
||||
#define BOOST_PROCESS_V2_DECL BOOST_SYMBOL_IMPORT
|
||||
|
||||
Reference in New Issue
Block a user