view src/msvc2010.bat @ 24454:53216e87f21c v8.2.2767

patch 8.2.2767: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/bd6406f15db210b78fa24dece3bd021a7ac085dc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 21:30:06 2021 +0200 patch 8.2.2767: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Remove the argument.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 21:45:03 +0200
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"