view src/msvc2008.bat @ 17227:6d01f93a5f12 v8.1.1613

patch 8.1.1613: popup window test fails with Athena and Motif commit https://github.com/vim/vim/commit/a83e70000f106a1e1e0f86e8e362ec94c0df074c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 1 21:47:35 2019 +0200 patch 8.1.1613: popup window test fails with Athena and Motif Problem: Popup window test fails with Athena and Motif. Solution: Compute the highlight attribut when the GUI is not active.
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jul 2019 22:00:06 +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"