Reputation: 21
I am trying to build PDFium as a dynamic library (Preferably in one pdfium.dll), but I couldn't figure out what Gn arguments are needed for that. I get some of the needed Dlls but pdfiume.dll is nowhere to be found. I also get no build errors to troubleshoot.
on Windows 10 , used Gn and Ninja, Want to implement with mvs 2019
Used Gn arguments:
is_component_build = true
is_debug = false
pdf_enable_v8 = false
pdf_enable_xfa = false
pdf_is_standalone = true
dlls that got generated by the build:
libpng.dll
zlib.dll
absl.dll
icuuc.dll
partition_alloc.dll
libc++.dll
I'd really appreciate if someone could point to some hints Thanks in advance.
Upvotes: 0
Views: 490