Bundlex v0.1.1 Bundlex.Toolchain.VisualStudio View Source

Toolchain definition for Microsoft Visual Studio.

It tries to determine Visual Studio root directory before compolation starts and set up appropriate environment variables that will cause using right compiler for given platform by calling vcvarsall.bat script shipped with Visual Studio.

Visual Studio directory may be override by setting VISUAL_STUDIO_ROOT environment variable.

Link to this section Summary

Functions

Builds list of compiler commands valid for certain toolchain

Link to this section Functions

Link to this function compiler_commands(nif, app_name, nif_name) View Source

Builds list of compiler commands valid for certain toolchain.

It will receive includes, libs, sources, pkg_configs, nif_name.

Callback implementation for Bundlex.Toolchain.compiler_commands/3.