summaryrefslogtreecommitdiffstats
path: root/build-aux/build-windows.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: replace autotools with cmakeRafael G. Martins2024-05-211-16/+0
| | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs!
* build: use predefined yatr project variablesRafael G. Martins2018-05-101-9/+7
|
* build: use yatrRafael G. Martins2018-05-071-0/+18
|
* travis: added script to upload distfilesRafael G. Martins2016-03-081-48/+0
|
* build: improved windows build scriptRafael G. Martins2016-01-101-12/+6
|
* build: added script to build windows releasesRafael G. Martins2015-11-051-0/+54