view src/msvc2010.bat @ 15896:ac080f6a4db8 v8.1.0954

patch 8.1.0954: arguments of semsg() and siemsg() are not checked commit https://github.com/vim/vim/commit/0d8562a9992e94d532485c37268ca33c0c49ecc2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 19 21:34:05 2019 +0100 patch 8.1.0954: arguments of semsg() and siemsg() are not checked Problem: Arguments of semsg() and siemsg() are not checked. Solution: Add function prototype with __attribute__.
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Feb 2019 21:45:07 +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"