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

10 lines
238 B
Plaintext

#ifdef GENEWEB_GWDB_LEGACY
(executable
(name gwgc)
(public_name geneweb.gwgc)
(modules gwgc)
(preprocess (action (run %{bin:cppo} %%%CPPO_D%%% %{input-file})))
(libraries unix str %%%GWDB_PKG%%% %%%SOSA_PKG%%% geneweb)
)
#endif