simon-git: puzzles (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu Mar 10 18:48:11 GMT 2016


TL;DR:
  fc6cc8f Use WiX to generate an MSI-based Puzzles installer.

Repository:     git://git.tartarus.org/simon/puzzles.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=puzzles.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2016-03-10 18:48:11

commit fc6cc8fb2b9cbc97ccd6a74c8953cc1920013141
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=fc6cc8fb2b9cbc97ccd6a74c8953cc1920013141;hp=de91c4eac732d243b63025ce8759b77b27dce0eb
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Mar 10 18:37:24 2016 +0000

    Use WiX to generate an MSI-based Puzzles installer.
    
    I've reused most of the install script I wrote for PuTTY recently,
    minus the selectable-features dialog, and plus some preliminary Mason
    templating to automatically build the right set of puzzle binaries
    into the installer.
    
    Stable GUIDs are autogenerated by the same technique I use in PuTTY's
    Visual Studio project file generation: hash a fixed pile of randomly
    generated bits (that is, randomly generated _once_ and used forever)
    with each filename or other identifier and use those as your random
    number source.

 Buildscr  |    8 +-
 winwix.mc |  334 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 340 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list