view src/msvc2010.bat @ 24523:71bd205c72f5 v8.2.2801

patch 8.2.2801: free Pascal makefile not recognized Commit: https://github.com/vim/vim/commit/f6d9935a13a7b37272ad71761d3d86b7f40c3d5f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 23 18:06:48 2021 +0200 patch 8.2.2801: free Pascal makefile not recognized Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Apr 2021 18:15:04 +0200
parents 71e066e10a47
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2010 Express Edition
rem   aka Microsoft Visual Studio 10.0.
rem See INSTALLpc.txt for information.
@echo on

call "%VS100COMNTOOLS%vsvars32.bat"