mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 03:22:48 -05:00
puzzles: Disable "unfinished" puzzles for Windows builds
They rely on weak symbols which the windows linker doesn't like. Change-Id: Id24ed5553e393f9140b4e7cd256cafe64d3656e3
This commit is contained in:
parent
e3323e3ba7
commit
da8bde0860
3 changed files with 6 additions and 0 deletions
|
|
@ -3,7 +3,9 @@ rockbox.c
|
|||
rbwrappers.c
|
||||
rbmalloc.c
|
||||
lz4tiny.c
|
||||
#ifndef WIN32
|
||||
dummy/nullhelp.c
|
||||
#endif
|
||||
|
||||
/* puzzles core sources */
|
||||
src/combi.c
|
||||
|
|
|
|||
|
|
@ -35,8 +35,10 @@ src/undead.c
|
|||
src/unequal.c
|
||||
src/unruly.c
|
||||
src/untangle.c
|
||||
#ifndef WIN32
|
||||
src/unfinished/slide.c
|
||||
src/unfinished/sokoban.c
|
||||
#endif
|
||||
|
||||
/* no c200v2 */
|
||||
#if PLUGIN_BUFFER_SIZE > 0x14000
|
||||
|
|
|
|||
|
|
@ -2,4 +2,6 @@ rockbox.c
|
|||
rbwrappers.c
|
||||
rbmalloc.c
|
||||
lz4tiny.c
|
||||
#ifndef WIN32
|
||||
dummy/nullhelp.c
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue