add icons
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@258 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
22b6c60f45
commit
83eda35643
13 changed files with 206 additions and 159 deletions
|
|
@ -14,7 +14,7 @@ echo '#ifdef __cplusplus' >> include/Mw/Icon.h
|
|||
echo 'extern "C" {' >> include/Mw/Icon.h
|
||||
echo '#endif' >> include/Mw/Icon.h
|
||||
echo '' >> include/Mw/Icon.h
|
||||
for i in doc/*.gif; do
|
||||
for i in resource/icon/*.png; do
|
||||
LOWER=`echo $i | rev | cut -d"/" -f1 | rev | cut -d"." -f1`
|
||||
if [ "$LOWER" = "unsure" ]; then
|
||||
LOWER=question
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue