Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2018-06-01 08:54:13 +0300
committerSimon Tatham <anakin@pobox.com>2018-06-01 21:35:15 +0300
commitcbf4b10ebd1b90a910eca7f1448cfa8748925891 (patch)
tree64f3634c44505264f693c955f6b30ea9497ad2a1 /Buildscr
parent8615892fb76fc99bed2e5437bed14d7d5a7b2322 (diff)
Buildscr: add one more make -j flag.
Somehow yesterday I managed to miss the one in the icons build command. It's not the most critical one to speed up, but every little helps.
Diffstat (limited to 'Buildscr')
-rw-r--r--Buildscr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Buildscr b/Buildscr
index e44762c2..92b176db 100644
--- a/Buildscr
+++ b/Buildscr
@@ -152,7 +152,7 @@ in putty/windows do perl -i~ -pe 'BEGIN{$$a=shift@ARGV;}s/^(VersionInfoVersion=)
in putty do perl -i~ -pe 'y/\015//d;s/$$/\015/' LICENCE
# Some gratuitous theming for the MSI installer UI.
-in putty/icons do make
+in putty/icons do make -j$(nproc)
in putty do convert -size 164x312 'gradient:blue-white' -distort SRT -90 -swirl 180 \( -size 329x312 canvas:white \) +append \( icons/putty-48.png -geometry +28+24 \) -composite \( icons/pscp-48.png -geometry +88+96 \) -composite \( icons/puttygen-48.png -geometry +28+168 \) -composite \( icons/pageant-48.png -geometry +88+240 \) -composite windows/msidialog.bmp
in putty do convert -size 493x58 canvas:white \( icons/putty-48.png -geometry +440+5 \) -composite windows/msibanner.bmp