aboutsummaryrefslogtreecommitdiff
path: root/winiss.pl (follow)
Commit message (Collapse)AuthorAge
* Remove winiss.pl.Simon Tatham2021-03-29
| | | | | | | I noticed this while I was overhauling the build system. We haven't used an Inno Setup based installer for years, so the script that constructed Inno Setup's input file is well and truly obsolete and should have been deleted long since.
* Switch chiark URLs to https.Simon Tatham2017-05-07
|
* Update build script for Inno Setup 5.5.9.Simon Tatham2016-04-09
| | | | | | | Between 5.5.6 and 5.5.9 the default output file name changed. To defend against that potentially happening again, I'm now explicitly specifying the output file name in the .iss source file (or rather, in winiss.pl, which constructs it).
* Remove dependencies on Subversion.Simon Tatham2014-09-24
| | | | | | | | | | | | | | | | I'm going through all my projects and reworking them to avoid depending on the monotonic integer-valued source control revision identifier provided by Subversion, so I can migrate everything to git without my builds and versioning breaking. Puzzles's version number is now of the form YYYYMMDD.vvvvvv, where vvvvvv is some string of source control information (currently still the SVN-style "rNNNNN", but free to change in future). The date provides monotonicity between my official automated builds, and the second component is the one I'll be most interested in when people send bug reports. [originally from svn r10263]
* Rename wingames.lst to gamedesc.txt, and add a couple of extra fieldsSimon Tatham2013-06-08
| | | | | | | | | to it giving each game's "internal" name (as seen in the source file, .R etc) and also a brief description of the game. The idea of the latter is that it should be usable as a comment field in .desktop files and similar. [originally from svn r9858]
* Fix implicit split to @_. Also add 'use warnings', which would haveSimon Tatham2012-08-17
| | | | | | spotted it for me. [originally from svn r9605]
* Build an installer for Puzzles.Simon Tatham2007-02-24
[originally from svn r7319]