2
0
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:
Vladimir Prus
2010-08-05 09:11:17 +00:00
parent add5bdf7e0
commit 76c6464ece

View File

@@ -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 ;