RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereowalls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change
on this file since 08be670 was
63c2fe8,
checked in by Olly Betts <olly@…>, 10 years ago
|
- .gitignore,lib/icons/,src/aven.rc,src/mainfrm.cc: Rather than loading
all the toolbar and notebook icons from PNG files on disk, compile
them into the aven binary. On most platforms, as XPMs; on MSW as
.ico files via a generated .rc file.
|
-
Property mode set to
100755
|
File size:
205 bytes
|
Rev | Line | |
---|
[63c2fe8] | 1 | #!/bin/sh |
---|
| 2 | set -e |
---|
| 3 | t=.tmp.$$ |
---|
| 4 | xpmtoppm -alphaout="$t.pbm" "$1" > "$t.pnm" |
---|
| 5 | pnmcomp -alpha="$t.pbm" "$t.pnm" "$t.pbm" "$t.2.pnm" |
---|
| 6 | ppmtowinicon -andppms "$t.2.pnm" "$t.pbm" > "$2" |
---|
| 7 | rm "$t.pnm" "$t.pbm" "$t.2.pnm" |
---|
Note: See
TracBrowser
for help on using the repository browser.