Advertisement
abudden

build_vim.cmd

Mar 14th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.15 KB | None | 0 0
  1. pushd vim\src
  2. if /i [%1] == [clean] (
  3.   call %VS_DIR%\VC\bin\nmake -f Make_mvc.mak clean
  4. ) else (
  5.   call %VS_DIR%\VC\bin\nmake -f Make_mvc.mak
  6. )
  7. popd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement