There is no way we can add custom export file to the dllwrap. Libraries like CURL make use of an external .def file to specify the exports. The only workaround is to create the intial Makefile and add the parameter
--def DefFileName
to the comandline.
Log in to post a comment.