diff --git a/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj b/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj index cb19c41..9b36d35 100644 --- a/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj +++ b/proj/vc7ide/_intrusivelib/_intrusivelib.vcproj @@ -401,6 +401,15 @@ + + + + + diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 827bc6e..58db1e5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,5 +1,4 @@ # Boost Intrusive Library Test Jamfile - # (C) Copyright Ion Gaztaņaga 2006. # Use, modification and distribution are subject to the # Boost Software License, Version 1.0. (See accompanying file @@ -31,4 +30,4 @@ rule test_all return $(all_rules) ; } -test-suite intrusive_test : [ test_all r ] : multi ; +test-suite intrusive_test : [ test_all r ] : multi ; \ No newline at end of file