view src/msvc2008.bat @ 7397:7ec544daecd5 v7.4.1003

commit https://github.com/vim/vim/commit/7b5f0a15bce11754c47f849b2ddd68ba0909afac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 30 17:40:43 2015 +0100 patch 7.4.1003 Problem: Travis could check a few more things. Solution: Run autoconf on one of the builds. (James McCoy, closes https://github.com/vim/vim/issues/510) Also build with normal features.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Dec 2015 17:45:03 +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"