mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-31 10:11:02 +00:00
2.8.0
This commit is contained in:
parent
1e453b05e9
commit
d5cc2bfe77
Binary file not shown.
Binary file not shown.
Binary file not shown.
23
makefile
23
makefile
@ -9,25 +9,27 @@
|
|||||||
all: check pkg
|
all: check pkg
|
||||||
|
|
||||||
# wsltty release
|
# wsltty release
|
||||||
ver=1.7.9
|
ver=1.8.0
|
||||||
|
|
||||||
# mintty release version
|
# mintty release version
|
||||||
minttyver=2.7.9
|
minttyver=2.8.0
|
||||||
#minttyver=master
|
#minttyver=master
|
||||||
|
|
||||||
# wslbridge backend version
|
# wslbridge backend version
|
||||||
wslbridgever=0.2.3
|
wslbridgever=0.2.4
|
||||||
|
|
||||||
# wslbridge frontend version
|
# wslbridge frontend version
|
||||||
# release 0.2.0 does not have cygwin_internal(CW_SYNC_WINENV) yet;
|
# release 0.2.0 does not have cygwin_internal(CW_SYNC_WINENV) yet;
|
||||||
# therefore using "master" below
|
# therefore using "master" below
|
||||||
#wslbridge-frontend=wslbridge-frontend
|
#wslbridge-frontend=wslbridge-frontend
|
||||||
# release 0.2.1 is updated and complete, no separate frontend build needed:
|
# release 0.2.1 is updated and complete, no separate frontend build needed:
|
||||||
#wslbridge-frontend=
|
wslbridge-frontend=
|
||||||
#wslbridge-commit=master
|
# only used if wslbridge-frontend non-empty:
|
||||||
# use --distro-guid option:
|
wslbridge-commit=master
|
||||||
wslbridge-frontend=wslbridge-frontend
|
|
||||||
wslbridge-commit=cb22e3f6f989cefe5b6599d3c04422ded74db664
|
# use --distro-guid option (merged into 0.2.4):
|
||||||
|
#wslbridge-frontend=wslbridge-frontend
|
||||||
|
#wslbridge-commit=cb22e3f6f989cefe5b6599d3c04422ded74db664
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# target checking and some defs
|
# target checking and some defs
|
||||||
@ -91,8 +93,11 @@ mintty-get:
|
|||||||
$(wgeto) https://github.com/mintty/mintty/archive/$(minttyver).zip -o mintty-$(minttyver).zip
|
$(wgeto) https://github.com/mintty/mintty/archive/$(minttyver).zip -o mintty-$(minttyver).zip
|
||||||
unzip -o mintty-$(minttyver).zip
|
unzip -o mintty-$(minttyver).zip
|
||||||
|
|
||||||
|
wslbuild=LDFLAGS="-static -static-libgcc -s"
|
||||||
|
wslversion=VERSION_SUFFIX="– wsltty $(ver)" WSLTTY_VERSION="$(ver)"
|
||||||
|
|
||||||
mintty-build:
|
mintty-build:
|
||||||
cd mintty-$(minttyver)/src; make LDFLAGS="-static -static-libgcc -s" VERSION_SUFFIX="– wsltty $(ver)"
|
cd mintty-$(minttyver)/src; make $(wslbuild) $(wslversion)
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
cp mintty-$(minttyver)/bin/mintty.exe bin/
|
cp mintty-$(minttyver)/bin/mintty.exe bin/
|
||||||
cp mintty-$(minttyver)/LICENSE LICENSE.mintty
|
cp mintty-$(minttyver)/LICENSE LICENSE.mintty
|
||||||
|
13
wsl-l.bat
13
wsl-l.bat
@ -1,13 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
rem Start mintty terminal for WSL with login shell
|
|
||||||
|
|
||||||
if "%installdir%" == "" set installdir=%LOCALAPPDATA%\wsltty
|
|
||||||
if "%configdir%" == "" set configdir=%APPDATA%\wsltty
|
|
||||||
|
|
||||||
rem To enable invocation of this script from WIN+R or from cmd.exe,
|
|
||||||
rem you may want to copy this script into "%SYSTEMROOT%\System32",
|
|
||||||
rem or include the installation folder "%LOCALAPPDATA%\wsltty" in your PATH
|
|
||||||
|
|
||||||
"%installdir%\bin\mintty.exe" --wsl -h err "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\wsltty\wsl.ico" /bin/wslbridge -t /bin/bash -l
|
|
||||||
|
|
13
wsl.bat
13
wsl.bat
@ -1,13 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
rem Start mintty terminal for WSL in current directory
|
|
||||||
|
|
||||||
if "%installdir%" == "" set installdir=%LOCALAPPDATA%\wsltty
|
|
||||||
if "%configdir%" == "" set configdir=%APPDATA%\wsltty
|
|
||||||
|
|
||||||
rem To enable invocation of this script from WIN+R or from cmd.exe,
|
|
||||||
rem you may want to copy this script into "%SYSTEMROOT%\System32",
|
|
||||||
rem or include the installation folder "%LOCALAPPDATA%\wsltty" in your PATH
|
|
||||||
|
|
||||||
"%installdir%\bin\mintty.exe" --wsl -h err "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\wsltty\wsl.ico" /bin/wslbridge -t /bin/bash
|
|
||||||
|
|
13
wsl~.bat
13
wsl~.bat
@ -1,13 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
rem Start mintty terminal for WSL in WSL home directory
|
|
||||||
|
|
||||||
if "%installdir%" == "" set installdir=%LOCALAPPDATA%\wsltty
|
|
||||||
if "%configdir%" == "" set configdir=%APPDATA%\wsltty
|
|
||||||
|
|
||||||
rem To enable invocation of this script from WIN+R or from cmd.exe,
|
|
||||||
rem you may want to copy this script into "%SYSTEMROOT%\System32",
|
|
||||||
rem or include the installation folder "%LOCALAPPDATA%\wsltty" in your PATH
|
|
||||||
|
|
||||||
"%installdir%\bin\mintty.exe" --wsl -h err "--configdir=%configdir%" -o Locale=C -o Charset=UTF-8 -i "%LOCALAPPDATA%\wsltty\wsl.ico" /bin/wslbridge -C~ -t /bin/bash
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user