view src/msvc2008.bat @ 17622:ccbf8c2a47ee v8.1.1808

patch 8.1.1808: build failure for tiny version commit https://github.com/vim/vim/commit/e4ce825a55ad2445a212ce30837a3af566b7af6b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 15:30:16 2019 +0200 patch 8.1.1808: build failure for tiny version Problem: Build failure for tiny version. Solution: Define ex_eval to ex_ni. Clean up the ordering a bit.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 15:45:05 +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"