view src/msvc2017.bat @ 31363:0608de106485 v9.0.1015

patch 9.0.1015: without /dev/urandom srand() seed is too predictable Commit: https://github.com/vim/vim/commit/f0a9c004825ab686270ee57260652cce25e61049 Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Mon Dec 5 21:55:55 2022 +0000 patch 9.0.1015: without /dev/urandom srand() seed is too predictable Problem: Without /dev/urandom srand() seed is too predictable. Solution: Use micro seconds and XOR with process ID. (Yasuhiro Matsumoto, closes #11656)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 23:00:05 +0100
parents 54dda39c5bb3
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Visual C++ 2017.
rem See INSTALLpc.txt for information.
rem
rem Usage:
rem   For x86 builds run this with "x86" option:
rem     msvc2017 x86
rem   For x64 builds run this with "x86_amd64" option:
rem     msvc2017 x86_amd64

set "VSVEROPT=-version [15.0^,16.0^)"
call "%~dp0msvc-latest.bat" %*
set VSVEROPT=