view src/msvc2010.bat @ 18855:02e2707808b2 v8.1.2414

patch 8.1.2414: MS-Windows: properties dialog box shows wrong character Commit: https://github.com/vim/vim/commit/661ed8b4b6da405c95ede88b0e45ac27adba3f71 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 9 22:22:49 2019 +0100 patch 8.1.2414: MS-Windows: properties dialog box shows wrong character Problem: MS-Windows: properties dialog box shows wrong character. Solution: Explicitly specify encoding. (Ken Takata, closes https://github.com/vim/vim/issues/5338)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Dec 2019 22:30:03 +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"