Răsfoiți Sursa

Add top-level Jamfile for all the tools.

[SVN r20185]
Vladimir Prus 22 ani în urmă
părinte
comite
e012dd96cf
1 a modificat fișierele cu 15 adăugiri și 0 ștergeri
  1. 15 0
      tools/Jamfile.v2

+ 15 - 0
tools/Jamfile.v2

@@ -0,0 +1,15 @@
+
+# Jamfile which builds all the tools.
+
+project 
+    : requirements <hardcode-dll-paths>true
+    ;
+
+stage tools
+    : bcp//bcp
+      inspect/build//inspect
+      regression/build//process_jam_log
+      regression/build//compiler_status
+    :
+    : release      
+    ;

粤ICP备19079148号