1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-30 14:43:53 +00:00

continue: consider custom $installdir (#180), using mkshortcut.exe;

deploy tweaked mkshortcut, drop mkshortcut.vbs,
under the assumption that the VBS would cause false virus alerts (#181, #182)
This commit is contained in:
mintty
2019-08-07 00:00:00 +02:00
parent b60bcc15da
commit 7940883bd6
5 changed files with 840 additions and 5 deletions

View File

@@ -193,7 +193,7 @@ mintty-appx:
cd mintty-$(minttyver)/src; sh ./mknames
cp mintty-$(minttyver)/src/charnames.txt usr/share/mintty/info/
cygwin:
cygwin: mkshortcut
mkdir -p bin
cp /bin/cygwin1.dll bin/
cp /bin/cygwin-console-helper.exe bin/
@@ -201,6 +201,10 @@ cygwin:
cp /bin/regtool.exe bin/
cp /bin/zoo.exe bin/
mkshortcut: bin/mkshortcut.exe
gcc -o bin/mkshortcut mkshortcut.c -lpopt -lole32 /usr/lib/w32api/libuuid.a
cp /bin/cygpopt-0.dll bin/
appx-bin:
mkdir -p bin
cp /bin/cygwin1.dll bin/
@@ -222,6 +226,8 @@ cop: ver
cp charnames.txt rel/
cp bin/wslbridge.exe rel/
cp bin/wslbridge-backend rel/
cp bin/mkshortcut.exe rel/
cp bin/cygpopt-0.dll rel/
cp LICENSE.* rel/
cp VERSION rel/
cp *.lnk rel/