Skip to content

fcharlie/msys2-launcher

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MSYS2 Launcher

This helper tools.

GCC build

make

MSVC build

nmake -f msvc.mak

launcher.toml setting:

#MSYS Launcher configure
[Launcher]
# MSYSTEM hava 3 type MSYS MINGW32 MINGW64
MSYSTEM="MINGW64"
Root="D:/MPOSIX2"
WD="D:/MPOSIX2/usr/bin"
Mintty="D:/MPOSIX2/usr/bin/mintty.exe"
EnableZshell=false
Shell="bash"
UseClearEnv=true
ICONPath="/msys2.ico"
#AppendShellArgs="Hello world"
#AppendPath=[
#  "D:/Tools/Path"
#]

UseClearEnv will clear PATH

${WINDIR}\\System32;${WINDIR};${WINDIR}\\System32\\Wbem;${WINDIR}\\System32\\WindowsPowerShell\\v1.0\\

AppendPath can set, add path to env

Other

Dont use clang compiled, because clang link static failed.

About

MSYS2 Launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published