Mercurial > vim
view src/msvc2008.bat @ 17998:ea916dbbb9b9 v8.1.1995
patch 8.1.1995: more functions can be used as methods
Commit: https://github.com/vim/vim/commit/93476fd6343ef40d088e064289cc279659d03953
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Sep 6 22:00:54 2019 +0200
patch 8.1.1995: more functions can be used as methods
Problem: More functions can be used as methods.
Solution: Make sign functions usable as a method.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 06 Sep 2019 22:15:03 +0200 |
parents | 71e066e10a47 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Visual C++ 2008 Express Edition rem aka Microsoft Visual Studio 9.0. rem See INSTALLpc.txt for information. @echo on call "%VS90COMNTOOLS%vsvars32.bat"