Mercurial > vim
view src/msvc2010.bat @ 7366:eec1dc8ca160 v7.4.988
commit https://github.com/vim/vim/commit/40bbceee2213a6fa8fdc1d3f3920d61fb5370803
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 28 22:24:41 2015 +0100
patch 7.4.988
Problem: Default test target is test49.out.
Solution: Add a build rule before including Make_all.mak.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 28 Dec 2015 22:30:04 +0100 |
parents | 71e066e10a47 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Visual C++ 2010 Express Edition rem aka Microsoft Visual Studio 10.0. rem See INSTALLpc.txt for information. @echo on call "%VS100COMNTOOLS%vsvars32.bat"