Initial comit - Clone

This commit is contained in:
2024-03-05 22:01:20 +01:00
commit 385cf8e5aa
727 changed files with 164567 additions and 0 deletions

9
bin/gwgc/dune.in Normal file
View File

@@ -0,0 +1,9 @@
#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