summaryrefslogtreecommitdiff
path: root/tools/auto_index/build/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/auto_index/build/Jamfile.v2')
-rw-r--r--tools/auto_index/build/Jamfile.v233
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/auto_index/build/Jamfile.v2 b/tools/auto_index/build/Jamfile.v2
new file mode 100644
index 0000000000..2c229f2ef8
--- /dev/null
+++ b/tools/auto_index/build/Jamfile.v2
@@ -0,0 +1,33 @@
+import quickbook ;
+import modules ;
+
+exe auto_index :
+ ../src/auto_index.cpp
+ ../src/file_scanning.cpp
+ ../src/index_generator.cpp
+ ../src/tiny_xml.cpp
+ /boost//regex
+ /boost//filesystem
+ /boost//system
+ /boost//program_options
+: <define>BOOST_ALL_NO_LIB=1 <link>static release ;
+
+install aii : auto_index : <location>. ;
+install i : auto_index : <location>../../../dist/bin ;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+