view src/msvc2008.bat @ 7101:793ca14b5654 v7.4.862

commit https://github.com/vim/vim/commit/5325b9bbae8a717510ef7248f3ce8b50281bd33f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 20:27:02 2015 +0200 patch 7.4.862 Problem: Still problems with pango_shape_full() not available. Solution: Change AC_TRY_COMPILE to AC_TRY_LINK.
author Christian Brabandt <cb@256bit.org>
date Wed, 09 Sep 2015 20: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"