Add msys2 shell scripts
This commit is contained in:
parent
9f89c0d3df
commit
5b7d78eaff
3
Win/Scripts/msys2-mingw64-gcc-x64-msvcrt-libstdc++.bat
Normal file
3
Win/Scripts/msys2-mingw64-gcc-x64-msvcrt-libstdc++.bat
Normal file
@ -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
|
3
Win/Scripts/msys2-msys-gcc-x64-cygwin-libstdc++.bat
Normal file
3
Win/Scripts/msys2-msys-gcc-x64-cygwin-libstdc++.bat
Normal file
@ -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
|
3
Win/Scripts/msys2-ucrt64-gcc-x64-ucrt-libstdc++.bat
Normal file
3
Win/Scripts/msys2-ucrt64-gcc-x64-ucrt-libstdc++.bat
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user