You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPAM Makefile now has OCAML_PORT=msvc option that auto-detects Visual Studio and bootstrap working ((in theory) OCaml compiler. As an OCaml contributor, do you have any plans to integrate msvs-tools directly into OPAM and/or OCaml compiler build? So that one could write ./msvs-detect --arch=x86 somewhere in .comp compiler specification file and then do opam switch knowing that OPAM itself will set the necessary Visual Studio environment?
The text was updated successfully, but these errors were encountered:
from an empty command prompt, and opam automatically uses msvs-detect to set-up the Microsoft C Compiler environment. When you switch to that switch, it automatically includes it via a proposed compiler package (see dra27/opam-repository@1ee6101).
I demonstrated this at ICFP last year, but it's not in a particularly usable state at the moment, as I've been rebasing and upstreaming, but I'm hoping to have a demonstrable version of it again soon!
OPAM Makefile now has OCAML_PORT=msvc option that auto-detects Visual Studio and bootstrap working ((in theory) OCaml compiler. As an OCaml contributor, do you have any plans to integrate msvs-tools directly into OPAM and/or OCaml compiler build? So that one could write
./msvs-detect --arch=x86
somewhere in .comp compiler specification file and then doopam switch
knowing that OPAM itself will set the necessary Visual Studio environment?The text was updated successfully, but these errors were encountered: