Package mbuild :: Module msvs
[frames] | no frames]

Module msvs

source code

Environment setup for Microsoft Visual Studio. Set INCLUDE, LIBPATH, LIB, PATH, VCINSTALLDIR, VS80COMNTOOLS, VSINSTALLDIR, etc.

Functions
 
add_env(v, s)
Add v=v;old_vs to the shell environment.
source code
 
add_to_front(v, s)
Add v=s+old_v to the shell environment
source code
 
add_to_front_list(v, s) source code
 
find_msvc(env, version) source code
 
set_env(v, s)
Add v=s to the shell environment
source code
 
set_env_list(v, slist) source code
 
set_msvs_env(env) source code
Variables
  __package__ = 'mbuild'
Function Details

add_env(v, s)

source code 

Add v=v;old_vs to the shell environment. Inserts at front