Saturday, September 7, 2013

How to Use Vim with MSVC and msbuild? How the Developer Command Prompt Commands Can Be Use in Vim?

On Developer Command Prompt for VS2012 on (Microsoft) Windows, the commands "cl /EHsc filename.cpp" and "cl /clr basicclr.cpp" are used to compile a C++ program and a program that uses .NET classes. What can I do to make those commands compile a program in Vim?

Wikipedia said about MSBuild, "MSBuild is a Microsoft build platform typically used in conjunction with Microsoft Visual Studio. The Visual Studio Application Lifecycle Management also depends on MSBuild to perform the actual team builds via the Team Foundation Server."

I have VS Express for Desktop on this laptop, does it mean that I already have MSBuild? How can I set my system to allow me to compile with ":compiler msbuild" and ":comp msvc"?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment