summary refs log tree commit diff
path: root/source/xi_lib/dune
diff options
context:
space:
mode:
authorPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2018-10-30 15:32:56 +0100
committerPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2018-10-30 15:32:56 +0100
commitb798ac29c37299b2f761243ae92ab8f7c4c4d7f1 (patch)
treeeb9b9cc9be294fe5bd3acf9a342098ffc0ea06e5 /source/xi_lib/dune
Initial commit
Diffstat (limited to 'source/xi_lib/dune')
-rw-r--r--source/xi_lib/dune9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/xi_lib/dune b/source/xi_lib/dune
new file mode 100644
index 0000000..d4fbe33
--- /dev/null
+++ b/source/xi_lib/dune
@@ -0,0 +1,9 @@
+(library
+    (name xi_lib)
+    (public_name xi_lib)
+    (libraries ocamlgraph )
+    (modes byte)
+    ; Flaga -linkall potrzebna aby program `xi` był skonsolidowany ze wszystkimi
+    ; plikami znajdującymi się w xi_lib.cma, to jest w tej bibliotece. 
+    (library_flags (-linkall))
+)
\ No newline at end of file