git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@260 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-11 07:46:23 +00:00
parent 97edd88d06
commit 6361381214
22 changed files with 132 additions and 46 deletions

View File

@@ -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

View File

@@ -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