Files
mercury/extras/windows_installer_generator/sample
Julien Fischer ea4b27f57f Delete --fullarch.
The internal option --fullarch has been deprecated in favour of --target-arch
since 2014. Delete it and replace any uses with --target-arch.

compiler/options.m:
    As above.

scripts/Mercury.config.in:
scripts/Mercury.config.boostrap.in:
extras/windows_installer_generator/sample/Mercury.config:
    Conform to the above change.
2023-09-07 11:47:38 +10:00
..
2023-02-14 16:49:09 +11:00
2023-09-07 11:47:38 +10:00

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.