mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Remove unused bits
[SVN r64613]
This commit is contained in:
@@ -46,9 +46,6 @@ t.write("jamfile.jam", """
|
||||
import path ;
|
||||
import project ;
|
||||
|
||||
path-constant here : . ;
|
||||
here = [ path.root $(here) [ path.pwd ] ] ;
|
||||
|
||||
exe main : main.cpp helper ;
|
||||
lib helper : helper.cpp test_lib ;
|
||||
lib test_lib : : <name>test_lib <search>lib ;
|
||||
@@ -82,9 +79,6 @@ import testing ;
|
||||
|
||||
project : requirements <hardcode-dll-paths>false ;
|
||||
|
||||
local here = [ project.attribute $(__name__) location ] ;
|
||||
here = [ path.root $(here) [ path.pwd ] ] ;
|
||||
|
||||
unit-test main : main.cpp helper ;
|
||||
lib helper : helper.cpp test_lib ;
|
||||
lib test_lib : : <name>test_lib <search>lib ;
|
||||
|
||||
Reference in New Issue
Block a user