Add msys2 shell scripts

This commit is contained in:
2024-04-09 14:50:59 +10:00
parent 9f89c0d3df
commit 5b7d78eaff
3 changed files with 9 additions and 0 deletions
@@ -0,0 +1,3 @@
@echo off
setlocal EnableDelayedExpansion
%devenver_root%\msys2\20240113\msys2_shell.cmd -defterm -here -use-full-path -no-start -mingw64 -shell bash
@@ -0,0 +1,3 @@
@echo off
setlocal EnableDelayedExpansion
%devenver_root%\msys2\20240113\msys2_shell.cmd -defterm -here -use-full-path -no-start -msys -shell bash
@@ -0,0 +1,3 @@
@echo off
setlocal EnableDelayedExpansion
%devenver_root%\msys2\20240113\msys2_shell.cmd -defterm -here -use-full-path -no-start -ucrt64 -shell bash