mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
icons
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@260 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
cd resource/icon
|
||||
for i in *.gif; do
|
||||
convert $i -shave 4x4 -alpha on -channel rgba -fill 'transparent' -opaque '#80ff80' `echo $i | cut -d. -f1`.png
|
||||
done
|
||||
cd ../..
|
||||
|
||||
echo '/* $Id$ */' > include/Mw/Icon.h
|
||||
echo '/*!' >> include/Mw/Icon.h
|
||||
echo ' * %file Mw/Icon.h' >> include/Mw/Icon.h
|
||||
|
||||
@@ -5,6 +5,7 @@ if which gmake >/dev/null 2>&1; then
|
||||
MAKE=gmake
|
||||
fi
|
||||
./tools/doc.pl
|
||||
./tools/icon.sh
|
||||
./tools/genoo.pl
|
||||
./tools/genmsvc.pl
|
||||
$MAKE format
|
||||
|
||||
Reference in New Issue
Block a user