alecmus / buildscripts

Scripts for automating or simplifying the build process for some libraries that are crucial to desktop development in C++ on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buildscripts

Scripts for automating or simplifying the build process for some libraries that are crucial to desktop development in C++ on Windows

Lines of code

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

About

Scripts for automating or simplifying the build process for some libraries that are crucial to desktop development in C++ on Windows

License:Creative Commons Zero v1.0 Universal


Languages

Language:Batchfile 100.0%