mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-29 08:14:31 +00:00
Branches: main, 11.07 Various fixes for MSVC. configure.in: Use -link instead of /link with MSVC since the latter form causes trouble for MSYS. scripts/ml.in: As above, but for the -DEBUG option. scripts/parse_ml_options.sh-subr.in: Don't strip executables on MinGW for the moment. (XXX We should re-enable this for the MinGW / GCC combination and probably also check what the current situation on Cygwin and Darwin is.) library/store.m: Shut up a warning from MSVC about a local variable that is used without being initialised.