Files
Geneweb/bin/ged2gwb/dune.in
2024-03-05 22:01:20 +01:00

8 lines
238 B
Plaintext

(executable
(name ged2gwb)
(public_name geneweb.ged2gwb)
(modules ged2gwb)
(preprocess (action (run camlp5o pr_o.cmo pa_extend.cmo q_MLast.cmo %{input-file})))
(libraries camlp5 unix str %%%GWDB_PKG%%% %%%SOSA_PKG%%% geneweb)
)