Hello,

I am migrating some old code from OCamlMakefile to a oasis/ocamlbuild based build process. While the migration is generally straightforward, I have encountered some problems with a library where the C part includes mixed C/C++ code. Putting the C++ files into CSources: in _oasis does not seem to work, the files are not even copied over to the _build directory, changing the file extensions and adding some options (-x c++) also does not solve the problem. What is recommended way to build libraries that include a mixed C/C++ part using OASIS/ocamlbuild?

Regards,

--mk