view src/msvc2008.bat @ 30220:088a3715ea69 v9.0.0446

patch 9.0.0446: message window may be positioned too low Commit: https://github.com/vim/vim/commit/87e74d0e03c6c0267546b2e3a49316f3e84d9794 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 20:12:15 2022 +0100 patch 9.0.0446: message window may be positioned too low Problem: Message window may be positioned too low. Solution: Compute cmdline_row before computing the position.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 21: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"