aboutsummaryrefslogtreecommitdiff
path: root/winwix.mc
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-08-24 19:12:54 +0100
committerSimon Tatham <anakin@pobox.com>2017-08-24 20:07:20 +0100
commit9d89550a75393723c5937559fa86a434de4a77f0 (patch)
tree5a51e061a6f881ef4b604f3af9b34e55620c3bb7 /winwix.mc
parentbfd02e0e475ceaa8ea659c136c1e24ee95c1f3fc (diff)
downloadpuzzles-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.mc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winwix.mc b/winwix.mc
index 1a1e620..4a72c09 100644
--- a/winwix.mc
+++ b/winwix.mc
@@ -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