Scripts for automating or simplifying the build process for some libraries that are crucial to desktop development in C++ on Windows
Scripts for the following are available:
| Item | Script | Description |
|---|---|---|
| openssl | Build.bat | Script for automating x86 and x64 builds, naming the builds differently |
| sqlcipher | Build.bat | Script for automating x86 and x64 builds, naming the builds differently |
| poco | Buildx64.bat, Buildx86.bat | Script for automating x86 and x64 builds, linking the builds to differently named OpenSSL binaries |
| zlib | Build.bat | Script for automating x86 and x64 builds, naming the builds differently |
| libpng | Build.bat | Script for automating x86 and x64 builds, linking the builds to differently named zlib binaries |
| libharu | None | Step by step instructions on how to prepare a vs2019 solution that builds to differently named libharu binaries and that link to differently named zlib binaries |
| libexpat | None | Step by step instructions on how to prepare a vs2019 solution that builds to differently named libexpat binaries |
| crypto++ | None | Step by step instructions on how to modify the provided vs2019 solution so it can build to differently named crypto++ binaries |