mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
add icons
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@258 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user