view configure @ 19376:1cae476a7c82 v8.2.0246

patch 8.2.0246: MSVC: deprecation warnings with Ruby Commit: https://github.com/vim/vim/commit/49c99fcca00740ae4feaba82bef4f9dc70b65318 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 23:01:39 2020 +0100 patch 8.2.0246: MSVC: deprecation warnings with Ruby Problem: MSVC: deprecation warnings with Ruby. Solution: Move _CRT_SECURE_NO_DEPRECATE to build file. (Ken Takata, closes #5622)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 23:15:04 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"