Przeglądaj źródła

Add top-level Jamfile for all the tools.

[SVN r20185]
Vladimir Prus 22 lat temu
rodzic
commit
e012dd96cf
1 zmienionych plików z 15 dodań i 0 usunięć
  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号