From 394aee255e9a90f371dda9241463834656ff9f56 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Tue, 9 Jan 2024 15:21:48 -0500
Subject: [PATCH] no new cygwin bat

---
 release/VS2019_cygwin.bat | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 release/VS2019_cygwin.bat

diff --git a/release/VS2019_cygwin.bat b/release/VS2019_cygwin.bat
deleted file mode 100644
index 1e10f947d..000000000
--- a/release/VS2019_cygwin.bat
+++ /dev/null
@@ -1,10 +0,0 @@
-@echo off
-REM Double click on this file to use it. 
-REM It will launch a Cygwin shell with the needed Visual Studio 2015 environment variables set
-REM Used to run the automated build / release scripts that are written in Perl/Python
-
-CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"
-
-C:
-chdir C:\cygwin64\bin
-bash --login -i
-- 
GitLab