mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
oops
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo '/*!' >> include/Mw/Resource/Icon.h
|
echo '/*!' > include/Mw/Resource/Icon.h
|
||||||
echo ' * @file Mw/Resource/Icon.h' >> include/Mw/Resource/Icon.h
|
echo ' * @file Mw/Resource/Icon.h' >> include/Mw/Resource/Icon.h
|
||||||
echo ' * @brief Icon' >> include/Mw/Resource/Icon.h
|
echo ' * @brief Icon' >> include/Mw/Resource/Icon.h
|
||||||
echo ' */' >> include/Mw/Resource/Icon.h
|
echo ' */' >> include/Mw/Resource/Icon.h
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
for out in src/font/ttf.c src/font/boldttf.c; do
|
for out in src/font/ttf.c src/font/boldttf.c; do
|
||||||
echo '#include <Mw/Milsko.h>' >> $out
|
echo '#include <Mw/Milsko.h>' > $out
|
||||||
echo '' >> $out
|
echo '' >> $out
|
||||||
echo '#if defined(USE_STB_TRUETYPE) || defined(USE_FREETYPE2)' >> $out
|
echo '#if defined(USE_STB_TRUETYPE) || defined(USE_FREETYPE2)' >> $out
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user