view src/msvc2008.bat @ 27684:1761cc771623 v8.2.4368

patch 8.2.4368: Amiga: a few compiler warnings Commit: https://github.com/vim/vim/commit/e131496ebf714f5f12f9903d9aa910bcd8184460 Author: ola.soder@axis.com <ola.soder@axis.com> Date: Sun Feb 13 12:13:38 2022 +0000 patch 8.2.4368: Amiga: a few compiler warnings Problem: Amiga: a few compiler warnings. Solution: Adjust #ifdefs. Add "UNUSED". (Ola S?der, closes https://github.com/vim/vim/issues/9756, closes #9757)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Feb 2022 13:15: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"