summaryrefslogtreecommitdiff
path: root/platform/win32/libpkcs7.vcproj
AgeCommit message (Collapse)Author
2018-09-16Update VS solution to cope with PKCS7 build changes.Robin Watts
2018-08-31Visual Studio Solution tweaks.Robin Watts
Ensure that the generated libmupdf includes all library dependencies within it. This makes life easier for people linking MuPDF into their own projects as there is just one lib to include rather than a range of them that vary according to condfiguration. Fix 64bit Memento builds of libpkcs7. Remove double definitions of jpeg_get_small etc that are now shown up because of the libraries being merged into one.
2018-07-17Add MementoOpenSSL configurations.Robin Watts
2018-06-11Fix MSVC dependencies/configurations.Robin Watts
Everything builds in a batch build for me now, except for the OpenSSL stuff, which fails due to me not having it available.
2018-05-03Fix MSVC build: Remove stray "generate.bat" calls.Robin Watts
2018-02-08Update Windows build to properly handle pkcs7 reorganisationPaul Gardiner
Remove direct inclusion of pkcs7 source from the mupdf project and create a separate libpkcs7 project with others as dependants