!26 remove clone & core_include/widgets_include; support keyboard input

This commit is contained in:
idea4good
2019-12-30 18:14:23 +08:00
parent 22772768c1
commit 2ceb913448
21 changed files with 356 additions and 826 deletions

View File

@@ -1,6 +1,6 @@
./.sync.sh 1h1cpp
echo "Flatten source code into: GuiLite.h/GuiLite.cpp"
echo "Merging all source code into: GuiLite.h/GuiLite.cpp"
# build GuiLiteRaw.h
cd core_include
@@ -47,6 +47,7 @@ gcc -c GuiLite.cpp
# clean
rm GuiLiteRaw.h GuiLiteRaw.cpp GuiLiteNoInclude.cpp
mv GuiLite.h GuiLite.cpp ../
echo "Done!"
echo "You could find GuiLite.h/GuiLite.cpp in this folder"
echo "You could find GuiLite.h/GuiLite.cpp in root folder"