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

8 lines
215 B
Plaintext

(executable
(name setup)
(public_name geneweb.setup)
(preprocess (action (run %{bin:cppo} %%%CPPO_D%%% %{input-file})))
(libraries unix str wserver %%%GWDB_PKG%%% %%%SOSA_PKG%%% geneweb)
(modules setup)
)