view src/msvc2008.bat @ 18021:e273e489acdf v8.1.2006

patch 8.1.2006: build failure with huge features but without channel feature Commit: https://github.com/vim/vim/commit/6cdce2a00369202b4d956884068f6631ee99aca4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 23:25:09 2019 +0200 patch 8.1.2006: build failure with huge features but without channel feature Problem: Build failure with huge features but without channel feature. Solution: Add #ifdef. (Dominique Pelle, closes https://github.com/vim/vim/issues/4906)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 23:30: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"