diff options
Diffstat (limited to 'source/xi_lib/dune')
-rw-r--r-- | source/xi_lib/dune | 9 |
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 |