Преглед изворни кода

Add top-level Jamfile for all the tools.

[SVN r20185]
Vladimir Prus пре 22 година
родитељ
комит
e012dd96cf
1 измењених фајлова са 15 додато и 0 уклоњено
  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号