From 0bdb255a4e1aa5a893aec73ea1290837277ede34 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 15 Jan 2017 14:07:18 -0500 Subject: puzzles: fix building on c200v2 - disables Solo and Loopy Change-Id: I3de15c0ad001683a4303950972af2f5988d438d0 --- apps/plugins/puzzles/SOURCES.games | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'apps/plugins/puzzles/SOURCES.games') diff --git a/apps/plugins/puzzles/SOURCES.games b/apps/plugins/puzzles/SOURCES.games index b16cf0f70d..8ca99c0e2e 100644 --- a/apps/plugins/puzzles/SOURCES.games +++ b/apps/plugins/puzzles/SOURCES.games @@ -19,9 +19,6 @@ net.c netslide.c /*palisade.c*/ pattern.c -#if PLUGIN_BUFFER_SIZE > 0x20000 -pearl.c -#endif pegs.c range.c rect.c @@ -35,7 +32,7 @@ tents.c /*towers.c*/ tracks.c twiddle.c -/*undead.c*/ +/*undead.c*/ /*unequal.c*/ unruly.c untangle.c @@ -45,3 +42,10 @@ untangle.c /*unfinished/separate.c*/ /*unfinished/slide.c*/ /*unfinished/sokoban.c*/ + +/* no c200v2 */ +#if PLUGIN_BUFFER_SIZE > 0x14000 +pearl.c +loopy.c +solo.c +#endif -- cgit v1.2.3