package conf-msvc32
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Microsoft C Compiler Environment Settings (32-bit x86)
Install
    
    dune-project
 Dependency
Authors
Maintainers
Description
This package uses msvs-tools to find additional values required for the environment in order to use the x86 (32-bit) Microsoft C compiler (cl).
After installation, the package's variables indicate the required values:
- conf-msvc32:msvs-bin, conf-msvc32:msvs-inc and conf-msvc32:msvc-lib are values to be added to PATH, INCLUDE and LIB respectively. In opam 2.2, they should be added using x-env-path-rewrite set to false, as they contain multiple directories.
- conf-msvc32:package is the name of the Visual Studio package providing the compiler (e.g. Visual Studio Community 2022)
- conf-msvc32:ml is the name of the assembler (usually "ml")
- conf-msvc32:script is the vcvarsall or setenv script which was queried by msvs-detect to provide this information
Published: 12 Mar 2024
Dependencies (1)
Dev Dependencies
None
Used by (2)
- ocaml-env-msvc32
- 
  
    opam-core
  
  
    >= "2.2.0"
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page