Visual Studio .NET compiler file : Compiler file for visual studio .NET devenv
| script karma |
Rating 18/12,
Downloaded by 2410 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| John Connors |
| |
| script type |
| utility |
| |
| description |
I use big Visual Studio .NET projects at work. With .NET microsoft no longer supports exported project make files so nmake is dead for my purpoeses and I have to call devenv ( like so set makeprg=devenv\ project.vcproj\ -build\ debug).
The errorformat of devenv is a bit different from the old vc6 build tool, so here's a script with the error format in.
This could actually get more elaborate, a buildproject script that took a project name as a parameter and build the apropiate set makeprg= command and executes it could be done, but I'm in a hurry. |
| |
| install details |
| Copy it to vim's compilers directory. Make sure you invoke devenv.com and not devenv.exe -- the latter seems to crash when invoked from the command line. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|