diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-08-24 19:12:54 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-08-24 20:07:20 +0100 |
| commit | 9d89550a75393723c5937559fa86a434de4a77f0 (patch) | |
| tree | 5a51e061a6f881ef4b604f3af9b34e55620c3bb7 /winwix.mc | |
| parent | bfd02e0e475ceaa8ea659c136c1e24ee95c1f3fc (diff) | |
| download | puzzles-9d89550a75393723c5937559fa86a434de4a77f0.zip puzzles-9d89550a75393723c5937559fa86a434de4a77f0.tar.gz puzzles-9d89550a75393723c5937559fa86a434de4a77f0.tar.bz2 puzzles-9d89550a75393723c5937559fa86a434de4a77f0.tar.xz | |
Switch the Windows builds over to clang-cl.
This also switches them to being 64-bit, which I think is
probably acceptable in this modern age, especially for such
a non-essential piece of software. If anyone complains I can
always reinstate a parallel 32-bit build.
To support the switch to 64-bit, this commit also changes the default
install directory in the MSI to 'Program Files' rather than 'Program
Files (x86)'.
Diffstat (limited to 'winwix.mc')
| -rw-r--r-- | winwix.mc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ has 'descfile' => (required => 1); % # (individual files or shortcuts or additions to PATH) that are % # installed. <Directory Id="TARGETDIR" Name="SourceDir"> - <Directory Id="ProgramFilesFolder" Name="PFiles"> + <Directory Id="ProgramFiles64Folder" Name="PFiles"> <Directory Id="INSTALLDIR" Name="Simon Tatham's Portable Puzzle Collection"> % # The following components all install things in the main |