mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-28 07:44:43 +00:00
extras/windows_installer_generator/sample/images/Exclam.ico:
extras/windows_installer_generator/sample/images/Info.ico:
extras/windows_installer_generator/sample/images/banner.bmp:
extras/windows_installer_generator/sample/images/bg.bmp:
samples/solutions/all_solutions.m:
samples/solutions/some_solutions.m:
These files had their execute bit set unnecessarily.
This directory contains the program gen_merc_wxs, which can be used to generate a windows installer for the Mercury distribution. To compile gen_merc_wxs, first build the wix library in the parent directory and then do: mmc --make gen_merc_wxs The script gen_merc_msi can then be used to generate a Windows installer for Mercury. See the comments in that script for usage information.