mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@538 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
echo '/* $Id$ */' > include/Mw/Icon.h
|
||||
echo '/*!' >> include/Mw/Icon.h
|
||||
echo ' * %file Mw/Icon.h' >> include/Mw/Icon.h
|
||||
echo ' * %brief Icon' >> include/Mw/Icon.h
|
||||
echo ' * @file Mw/Icon.h' >> include/Mw/Icon.h
|
||||
echo ' * @brief Icon' >> include/Mw/Icon.h
|
||||
echo ' */' >> include/Mw/Icon.h
|
||||
echo '#ifndef __MW_ICON_H__' >> include/Mw/Icon.h
|
||||
echo '#define __MW_ICON_H__' >> include/Mw/Icon.h
|
||||
@@ -38,7 +38,7 @@ for i in resource/icon/*.png; do
|
||||
done | while read a; do
|
||||
echo $a
|
||||
echo '/*!' >> include/Mw/Icon.h
|
||||
echo " * %brief `echo $a | sed s/MwIcon//` icon" >> include/Mw/Icon.h
|
||||
echo " * @brief `echo $a | sed s/MwIcon//` icon" >> include/Mw/Icon.h
|
||||
echo ' */' >> include/Mw/Icon.h
|
||||
echo "MWDECL unsigned int $a[];" >> include/Mw/Icon.h
|
||||
echo '' >> include/Mw/Icon.h
|
||||
|
||||
Reference in New Issue
Block a user