view src/msvc2008.bat @ 15302:7f42b06b2f72 v8.1.0659

patch 8.1.0659: build failure without the sign feature commit https://github.com/vim/vim/commit/ced198d4b4efae75417e4366354679db2d0ec68e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 29 20:04:40 2018 +0100 patch 8.1.0659: build failure without the sign feature Problem: Build failure without the sign feature. Solution: Put the sign struct declarations outside of the #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Dec 2018 20:15:05 +0100
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"