mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
This brings puzzles up-to-date with upstream revision 2d333750272c3967cfd5cd3677572cddeaad5932, though certain changes made by me, including cursor-only Untangle and some compilation fixes remain. Upstream code has been moved to its separate subdirectory and future syncs can be done by simply copying over the new sources. Change-Id: Ia6506ca5f78c3627165ea6791d38db414ace0804
23 lines
604 B
Makefile
23 lines
604 B
Makefile
# -*- makefile -*-
|
|
|
|
PEARL_EXTRA = dsf tree234 grid penrose loopgen tdq
|
|
|
|
pearl : [X] GTK COMMON pearl PEARL_EXTRA pearl-icon|no-icon
|
|
pearl : [G] WINDOWS COMMON pearl PEARL_EXTRA pearl.res?
|
|
|
|
pearlbench : [U] pearl[STANDALONE_SOLVER] PEARL_EXTRA STANDALONE m.lib
|
|
pearlbench : [C] pearl[STANDALONE_SOLVER] PEARL_EXTRA STANDALONE
|
|
|
|
ALL += pearl[COMBINED] PEARL_EXTRA
|
|
|
|
!begin am gtk
|
|
GAMES += pearl
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(pearl) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
pearl:pearl.exe:Pearl:Loop-drawing puzzle:Draw a single closed loop, given clues about corner and straight squares.
|
|
!end
|