mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
puzzles: Update resync script to work around WIN32 issues
Change-Id: I30a6c674724f683d0a0953f042749001f625f7b2
This commit is contained in:
parent
d483281fea
commit
1328464c86
1 changed files with 2 additions and 0 deletions
|
@ -49,7 +49,9 @@ then
|
|||
cp -r $SRC "$ROOT"/src
|
||||
popd > /dev/null
|
||||
|
||||
echo "#ifndef WIN32" >> SOURCES.games
|
||||
cat src/unfinished/CMakeLists.txt | awk '/puzzle\(/{p=1} p{print} /\)/{p=0}' | grep -Eo "\(.*$" | tr -dc "a-z\n" | awk '{print "src/unfinished/"$0".c"}' | grep -v "group" | grep -v "separate" >> SOURCES.games
|
||||
echo "#endif" >> SOURCES.games
|
||||
|
||||
cat <<EOF >> SOURCES.games
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue