Hello everyone, I hope you are well.
But due to certain limitations, we are now building our own version of PDFium.
We've been successful at this, but we were unable to build a DLL where there are no dependencies on other project-based DLLs. The DLL we end up with has these dependencies that then also have to be copied:
icuuc.dll
libc++.dll
third_party_abseil-cpp_absl.dll
third_party_zlib.dll
This is inconvenient, and we know that it should be possible to build it like the aforementioned GitHub project is building it, so that it is a self-contained pdfium.dll and nothing else.
I shared my ninja build arguments (attached).
All help and advice is welcome.
Kind regards,
Bojan Lovrovic