aboutsummaryrefslogtreecommitdiff
path: root/wceinf.pl (follow)
Commit message (Collapse)AuthorAge
* Remove old Windows CE cruft.Simon Tatham2021-03-29
| | | | | | | | | | | The WinCE version of these puzzles hasn't been built for years, and the last vestiges of its build system vanished with the migration to CMake. So this seems like a good moment to lose the rest of it. So the supporting Perl script wceinf.pl is deleted, and so is all the unused code under '#ifdef _WIN32_WCE' in windows.c. (I removed that using unifdef, which did a more reliable job than I would have done by hand!)
* 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]
* I still haven't managed to get the WinCE port building via bob, butSimon Tatham2007-05-06
I should at least check in what I've got. [originally from svn r7542]