debug-cidebug-ci-sanitisersfaster-cavernloglog-selectwalls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change
on this file since b1c66e1 was
b4f28e0,
checked in by Olly Betts <olly@…>, 10 years ago
|
lib/icons/Makefile.am,lib/icons/xpm2png,src/mainfrm.cc: Fix display
of icons for toolbar and notebook under WXMSW.
|
-
Property mode set to
100755
|
File size:
189 bytes
|
Rev | Line | |
---|
[b4f28e0] | 1 | #!/bin/sh |
---|
| 2 | set -e |
---|
| 3 | xpmtoppm -alphaout="$t.pbm" "$1" > "$t.pnm" |
---|
| 4 | pnmcomp -alpha="$t.pbm" "$t.pnm" "$t.pbm" "$t.2.pnm" |
---|
| 5 | pnmtopng -alpha "$t.pbm" "$t.2.pnm" > "$2" |
---|
| 6 | rm "$t.pnm" "$t.pbm" "$t.2.pnm" |
---|
Note: See
TracBrowser
for help on using the repository browser.