aboutsummaryrefslogtreecommitdiffstats
path: root/copy_dlls
AgeCommit message (Collapse)Author
2022-03-19Change copy-dlls to be mingw-only and work with cmakeJay Berkenbilt
2020-10-25Build Windows releases with openssl; automate external librariesJay Berkenbilt
External libraries for Windows are now built automatically in the qpdf/external-libs repository and include openssl in addition to zlib and jpeg. Use these, and update the Windows build to build with the openssl crypto provider by default. We leave the native crypto provider enabled in case there is a problem with openssl and also to continue to exercise that code.
2018-01-15Windows fixJay Berkenbilt
2017-08-22Windows: find DLLs recursively at installationJay Berkenbilt
2017-07-26Updates for newer Windows toolchainJay Berkenbilt
2013-10-18Security: use a secure random number generatorJay Berkenbilt
If not available, give an error. The user may also configure qpdf to use an insecure random number generator.
2013-03-11Windows install: check DLL typeJay Berkenbilt
When copying dlls, make sure to only consider DLLs whose type matches the type of what is loading them.
2012-06-22Adjust Windows built to support 32-bit and 64-bit buildsJay Berkenbilt
Update the build to support new external-libs layout, and autoconf options to specify windows word size. Split make_windows_releases into multiple scripts.
2009-10-22retest windows installJay Berkenbilt
git-svn-id: svn+q:///qpdf/trunk@865 71b93d88-0707-0410-a8cf-f5a4172ac649
2009-10-22create copy_dllsJay Berkenbilt
git-svn-id: svn+q:///qpdf/trunk@863 71b93d88-0707-0410-a8cf-f5a4172ac649