mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
This updates the resync.sh script to be more intelligent about which files it copies from the upstream tree. It now attempts some rudimentary parsing of the puzzles CMakeLists.txt file to figure out which files are actually necessary, and copies only those. This adds a new SOURCES.rockbox source file list for the Rockbox-specific parts of the port. Change-Id: I461f87ac712e3b2982dcbb0be9d70d278384a4e7
51 lines
839 B
Text
51 lines
839 B
Text
src/blackbox.c
|
|
src/bridges.c
|
|
src/cube.c
|
|
src/dominosa.c
|
|
src/fifteen.c
|
|
src/filling.c
|
|
src/flip.c
|
|
src/flood.c
|
|
src/galaxies.c
|
|
src/guess.c
|
|
src/inertia.c
|
|
src/keen.c
|
|
src/lightup.c
|
|
src/magnets.c
|
|
src/map.c
|
|
src/mines.c
|
|
src/mosaic.c
|
|
src/net.c
|
|
src/netslide.c
|
|
src/palisade.c
|
|
src/pattern.c
|
|
src/pegs.c
|
|
src/range.c
|
|
src/rect.c
|
|
src/samegame.c
|
|
src/signpost.c
|
|
src/singles.c
|
|
src/sixteen.c
|
|
src/slant.c
|
|
src/tents.c
|
|
src/towers.c
|
|
src/tracks.c
|
|
src/twiddle.c
|
|
src/undead.c
|
|
src/unequal.c
|
|
src/unruly.c
|
|
src/untangle.c
|
|
|
|
/* Disabled for now. Fix puzzles.make and CATEGORIES to accomodate these. */
|
|
/* The help system would also need to be patched to compile these. */
|
|
/*src/unfinished/group.c*/
|
|
/*src/unfinished/separate.c*/
|
|
/*src/unfinished/slide.c*/
|
|
/*src/unfinished/sokoban.c*/
|
|
|
|
/* no c200v2 */
|
|
#if PLUGIN_BUFFER_SIZE > 0x14000
|
|
src/loopy.c
|
|
src/pearl.c
|
|
src/solo.c
|
|
#endif
|