diff --git a/release/VS2019_cygwin.bat b/release/VS2019_cygwin.bat new file mode 100644 index 0000000000000000000000000000000000000000..1e10f947d815a32f259aa31728b9fbbe8aae409c --- /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