mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 12:23:44 +00:00
Estimated hours taken: 50 Branches: main Implement a Wix source file generator. Wix is an XML language used to describe Windows installer packages (.msi files). NEWS: Mention the new library. extras/Mmakefile: Include windows_installer_generator in SUBDIRS so it is built when mmake is run from the extras directory. extras/README: Mention the new library. extras/curs/curs.m: Use new module qualifier. extras/windows_installer_generator/README: extras/windows_installer_generator/wix.m: extras/windows_installer_generator/wix_files.m: extras/windows_installer_generator/wix_gui.m: extras/windows_installer_generator/wix_installer.m: extras/windows_installer_generator/wix_language.m: extras/windows_installer_generator/wix_util.m: Implement a wix library for generating Wix source files. extras/windows_installer_generator/sample/Mercury.options: extras/windows_installer_generator/sample/README: extras/windows_installer_generator/sample/gen_merc_wxs.m: 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: Implement an example installer generator for the Mercury distribution.
2 lines
26 B
Plaintext
2 lines
26 B
Plaintext
MCFLAGS = -I.. -L.. -lwix
|