From cf0f2c0368fd9c0136580d57e9aa895e8cf2aca7 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Tue, 9 Jan 2024 15:18:04 -0500
Subject: [PATCH] vs 2019 release item

---
 release/VS2019_cygwin.bat | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 release/VS2019_cygwin.bat

diff --git a/release/VS2019_cygwin.bat b/release/VS2019_cygwin.bat
new file mode 100644
index 000000000..1e10f947d
--- /dev/null
+++ b/release/VS2019_cygwin.bat
@@ -0,0 +1,10 @@
+@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