summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Dist.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete old 7z archive, otherwise we try to add to itEduard Braun2017-07-231-0/+2
|
* cmake: Add 'dist-win-all' targetEduard Braun2017-07-231-0/+5
| | | | | | | This creates all currently supported forms of distribution: - .7z archive - .exe installer - .msi installer
* cmake: Add 'dist' target to create Windows .msi installerEduard Braun2017-07-231-3/+44
| | | | | | - 'dist-win-msi' allows to create a Windows .msi installer using WiX - 'dist-win-msi-fast' has a no compression but is much faster and can be used for testing purposes
* cmake: Add 'dist' target to create Windows .exe installerEduard Braun2017-07-231-0/+28
| | | | | | - 'dist-win-exe' allows to create a Windows .exe installer using NSIS - 'dist-win-exe-fast' has a bad compression ratio but is much faster and can be used for testing purposes
* cmake: Add 'dist' target to create Windows binary archiveEduard Braun2017-07-231-0/+38
| | | | | | | - 'dist-win-7z' allows to create a binary distribution archive compressed with 7z format - 'dist-win-7z-fast' has slightly worse compression but is considerably faster
* cmake: Prepare script for 'dist'-like targetsEduard Braun2017-07-231-0/+24
'dist' is the same as before only difference: add date and commit hash for development and pre-release