Skip to content

ksophocleous/withvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

withvs

command line tool that can launch commands in a visual studio environment without launching vcvars.bat.

This means it can build software that require you to be in a visual studio environment without leaving your bash shell.

install

go install github.com/ksophocleous/withvs

usage

provided that $GOPATH/bin is in your path, you can do withvs --vs12 -- ${ANY_COMMAND}

This will launch the visual studio environment (by default it will launch the 64 bit environment but it can be changed by passing the --32 parameter)

It also removes mingw from the PATH to prevent any misconfigurations from incorrect configure scripts.

About

launch any command inside a visual studio development environment without leaving your shell

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages