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:
8
makefile
8
makefile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user