1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-09-23 21:52:28 +01:00

fix mkshortcut dependencies

This commit is contained in:
mintty
2019-08-07 20:51:34 +02:00
parent 639ed3da8f
commit 24c450ea82
3 changed files with 11 additions and 1 deletions

View File

@@ -207,6 +207,8 @@ bin/mkshortcut.exe: mkshortcut.c
echo mksh
gcc -o bin/mkshortcut mkshortcut.c -lpopt -lole32 /usr/lib/w32api/libuuid.a
cp /bin/cygpopt-0.dll bin/
cp /bin/cygiconv-2.dll bin/
cp /bin/cygintl-8.dll bin/
appx-bin:
mkdir -p bin
@@ -231,6 +233,8 @@ cop: ver
cp bin/wslbridge-backend rel/
cp bin/mkshortcut.exe rel/
cp bin/cygpopt-0.dll rel/
cp bin/cygiconv-2.dll rel/
cp bin/cygintl-8.dll rel/
cp LICENSE.* rel/
cp VERSION rel/
cp *.lnk rel/