Mercurial > vim
view src/msvc2010.bat @ 13418:4db074f4394c v8.0.1583
patch 8.0.1583: using C99 comment
commit https://github.com/vim/vim/commit/fc6f16b57ce988cea6d07b5f2d5054711aad6bbf
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 6 17:43:22 2018 +0100
patch 8.0.1583: using C99 comment
Problem: Using C99 comment.
Solution: Use old style comment. (Kazunobu Kuriyama)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 06 Mar 2018 17:45:05 +0100 |
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"