summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/SOURCES
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2018-04-24 19:05:49 -0400
committerFranklin Wei <git@fwei.tk>2018-04-24 19:06:30 -0400
commit992a12670e65eab504eec2f8c4d7a120a4a6dd50 (patch)
tree523beb13e924f07fad2c9b95da26dfb6915e556d /apps/plugins/puzzles/SOURCES
parentb29611fe2c629d8d951d969875a57132df055bdd (diff)
downloadrockbox-992a12670e65eab504eec2f8c4d7a120a4a6dd50.tar.gz
rockbox-992a12670e65eab504eec2f8c4d7a120a4a6dd50.zip
puzzles: update frontend for new upstream, misc. changes
The upstream code changed a little bit with regard to the request_keys() API. Also, we save some bytes (especially on the c200v2) by compiling with -ffunction-sections and -fdata-sections, which allows Net to fit once again. Change-Id: I3ab30127169c73e4cd8996f0c12e1223ee18d79f
Diffstat (limited to 'apps/plugins/puzzles/SOURCES')
-rw-r--r--apps/plugins/puzzles/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/SOURCES b/apps/plugins/puzzles/SOURCES
index f190daffb1..c9611548f9 100644
--- a/apps/plugins/puzzles/SOURCES
+++ b/apps/plugins/puzzles/SOURCES
@@ -13,7 +13,7 @@ src/latin.c
13src/laydomino.c 13src/laydomino.c
14src/loopgen.c 14src/loopgen.c
15/*src/malloc.c*/ /* we have our own */ 15/*src/malloc.c*/ /* we have our own */
16src/maxflow.c 16src/matching.c
17src/midend.c 17src/midend.c
18src/misc.c 18src/misc.c
19src/penrose.c 19src/penrose.c