Overview
Comment: | Changed selection of icons |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f45f1fd6415c773e04a93b1d4cd9ff0c |
User & Date: | rkeene on 2014-01-25 13:15:35 |
Other Links: | manifest | tags |
Context
2014-01-27
| ||
07:05 | Removed unneeded NT-level specifications check-in: 3543ed3073 user: rkeene tags: trunk | |
2014-01-25
| ||
13:15 | Changed selection of icons check-in: f45f1fd641 user: rkeene tags: trunk | |
13:05 | Updated icon check-in: c2ffd69417 user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [028dd3bec6] to [664c7e5195].
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + - | archive/winpcap-inst-*.exe files/npf32.sys files/npf64.sys files/packet.dll files/pthreadvc.dll files/tcpdump.exe files/wpcap.dll |
︙ |
Modified icon/Makefile from [1e993d8743] to [a38ec61ae7].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | @echo convert "$^" -colors 255 `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]\).png@ -resize \1 -depth \2@'` $@; \ convert "$^" -colors 255 `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]\).png@ -resize \1 -depth \2@'` $@ tcpdump-%x32.png: tcpdump.png @echo convert "$^" `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]*\).png@ -resize \1 -depth \2@'` $@; \ convert "$^" `echo "$@" | sed 's@^.*-\([0-9]*x[0-9]*\)x\([0-9]*\).png@ -resize \1 -depth \2@'` $@ |