call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
msbuild c:\myproject\Source\myProject.sln
2.Run following commands in VIM or add to .vimrc
:set makeprg=c:\myproject\Source\build.bat
:set errorformat=\ %#%f(%l\\\,%c):\ %m
3.execute following command to build your project
:make
4.Open output window by
:cope
1 comment:
I think the author of this post can answer my question How to Compile a C++ Program Using “:compiler msbuild” and “:make” in Vim? with detailed instructions.
Post a Comment