Mercurial > vim
view src/msvc2008.bat @ 23090:fb27d3a7a24b v8.2.2091
patch 8.2.2091: MS-Windows: build warnings
Commit: https://github.com/vim/vim/commit/29d2f45c8855fd98897c5db92d896c161e95d0f1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 4 19:42:52 2020 +0100
patch 8.2.2091: MS-Windows: build warnings
Problem: MS-Windows: build warnings.
Solution: Add a #pragma to suppress the deprecation warning. (Ken Takata)
Avoid using a non-ASCII character. (closes #7421)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 04 Dec 2020 19:45:03 +0100 |
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"