Jelajahi Sumber

Change V2 build dir to be bin.v2, to avoid confusion. Also, use

   <include>$(BOOST_ROOT)

instead of

   <include>.

This makes include paths absolute, which might not be so good in itself, but
since paths are absolute in V1, it makes comparing regression tests results
with V1 and V2 easier.


[SVN r23074]
Vladimir Prus 22 tahun lalu
induk
melakukan
8b157da73e
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      Jamfile.v2

+ 3 - 3
Jamfile.v2

@@ -10,9 +10,9 @@
 
 
 project boost
-    : requirements <include>.
-    : usage-requirements <include>.
-    : build-dir bin	
+    : requirements <include>$(BOOST_ROOT)
+    : usage-requirements <include>$(BOOST_ROOT)
+    : build-dir bin.v2	
     ;
         
     

粤ICP备19079148号