mirror of
https://github.com/mintty/wsltty.git
synced 2025-11-07 18:41:56 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76fad756e1 | ||
|
|
600df69bb8 | ||
|
|
97dc68d64a |
7
makefile
7
makefile
@@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
|
|
||||||
# wsltty release
|
# wsltty release
|
||||||
ver=3.5.0.2
|
ver=3.5.1
|
||||||
|
|
||||||
# wsltty appx release - must have 4 parts!
|
# wsltty appx release - must have 4 parts!
|
||||||
verx=3.5.0.2
|
verx=3.5.1.1
|
||||||
|
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
# mintty release version
|
# mintty release version
|
||||||
|
|
||||||
minttyver=3.5.0
|
minttyver=3.5.1
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
@@ -185,6 +185,7 @@ appxversion=VERSION_SUFFIX="– wsltty appx $(verx)" WSLTTY_VERSION="$(verx)"
|
|||||||
mintty-build:
|
mintty-build:
|
||||||
# ensure rebuild of version-specific check and message
|
# ensure rebuild of version-specific check and message
|
||||||
rm -f mintty-$(minttyver)/bin/*/windialog.o
|
rm -f mintty-$(minttyver)/bin/*/windialog.o
|
||||||
|
rm -f mintty-$(minttyver)/bin/*/winmain.o
|
||||||
# build mintty
|
# build mintty
|
||||||
cd mintty-$(minttyver)/src; make $(wslbuild) $(wslversion)
|
cd mintty-$(minttyver)/src; make $(wslbuild) $(wslversion)
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
|||||||
Reference in New Issue
Block a user