Skip to content

Creating an env file for the local MSVC environment

manast edited this page Sep 13, 2010 · 1 revision

Create a file called msvc.env in USERPROFILE/.contexo/env and add the following contents to it:
pre. [meta]
TITLE = MSVC Environment
DESCRIPTION = Build environment for MSVC toolchain and headers
[env]
PATH = c:\Program\Microsoft Visual Studio\Common7\IDE;c:\Program\Microsoft Visual Studio\vc\bin
OSIL_INC_ANSI = c:\Program\Microsoft Visual Studio\VC\include

Important: Update the paths to match your local Visual Studio installation.