mirror of
https://github.com/boostorg/process.git
synced 2026-02-22 03:32:19 +00:00
reverted errornous commit
This commit is contained in:
@@ -10,13 +10,10 @@
|
||||
project : requirements
|
||||
# <source>/boost//headers
|
||||
# <source>/boost//system
|
||||
<include>../include
|
||||
|
||||
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
|
||||
<target-os>windows:<define>WIN32_LEAN_AND_MEAN
|
||||
<target-os>linux:<linkflags>-lpthread
|
||||
<toolset>gcc:<cxxflags>-std=gnu++11
|
||||
<linkflags>-lws2_32
|
||||
;
|
||||
|
||||
searched-lib shell32 ;
|
||||
@@ -24,11 +21,11 @@ searched-lib shell32 ;
|
||||
import testing ;
|
||||
|
||||
|
||||
lib program_options : : <file>F:/boost-git/lib64/libboost_program_options-mgw-mt-d-1_60.a ;
|
||||
lib filesystem : : <file>F:/boost-git/lib64/libboost_filesystem-mgw-mt-d-1_60.a ;
|
||||
lib iostreams : : <file>F:/boost-git/lib64/libboost_iostreams-mgw-mt-d-1_60.a ;
|
||||
lib system : : <file>F:/boost-git/lib64/libboost_system-mgw-mt-d-1_60.a ;
|
||||
lib thread : : <file>F:/boost-git/lib64/libboost_thread-mgw-mt-d-1_60.a ;
|
||||
alias program_options : /boost//program_options ;
|
||||
alias filesystem : /boost//filesystem ;
|
||||
alias iostreams : /boost//iostreams ;
|
||||
alias system : /boost//system ;
|
||||
alias thread : /boost//thread ;
|
||||
|
||||
exe sparring_partner : sparring_partner.cpp program_options :
|
||||
<warnings>off
|
||||
@@ -54,7 +51,7 @@ test-suite ts :
|
||||
[ run search_path.cpp filesystem system : : : <target-os>windows:<source>shell32 ]
|
||||
[ run shell_path.cpp filesystem system ]
|
||||
# [ run show_window.cpp iostreams system : : sparring_partner : <build>no <target-os>windows:<build>yes ]
|
||||
[ run start_dir.cpp iostreams filesystem system : : sparring_partner ]
|
||||
[ run start_in_dir.cpp iostreams filesystem system : : sparring_partner ]
|
||||
[ run terminate.cpp system : : sparring_partner ]
|
||||
[ run throw_on_error.cpp system : : sparring_partner ]
|
||||
[ run wait.cpp system : : sparring_partner ]
|
||||
|
||||
Reference in New Issue
Block a user