Explorar o código

bug fixes for supporting library dependencies

[SVN r12974]
Dave Abrahams %!s(int64=24) %!d(string=hai) anos
pai
achega
16958907dd
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      status/Jamfile

+ 3 - 1
status/Jamfile

@@ -267,6 +267,8 @@ SUFRUN_TEST = .run ;
 rule run-test # target : sources : requirements
 {
     local executable = $(<:S=$(SUFEXE)) ; 
+    gTARGET_LIBS($(executable)) = $(gTARGET_LIBS($(<))) ;
+    gTARGET_DLLS($(executable)) = $(gTARGET_DLLS($(<))) ;
     executable-file $(executable) : $(>) : $(3) ;
     set-target-variables $(executable) ;
     
@@ -536,4 +538,4 @@ run libs/utility/operators_test.cpp ;
 
 run libs/utility/tie_example.cpp ;
 
-run libs/utility/binary_search_test.cpp ;
+run libs/utility/binary_search_test.cpp ;

粤ICP备19079148号