view configure @ 16580:09f560dde6be v8.1.1293

patch 8.1.1293: MSVC files are no longer useful commit https://github.com/vim/vim/commit/fda9784dc9596e1e36f840bbf1935a4c4b502bd9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 7 22:25:27 2019 +0200 patch 8.1.1293: MSVC files are no longer useful Problem: MSVC files are no longer useful for debugging. Newer Visual Studio versions cannot read them. Solution: Delete the files. (Ken Takata, closes #4357)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 May 2019 22:30:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"