1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/puzzles/src/tents.R
Franklin Wei 8f23493e08 puzzles: resync with upstream
This brings the upstream version to b3da238 (though some of my own
changes are included on top of that).

Change-Id: Ida73e8cd86765413147ce891af3cc2b7aeda2b2a
2018-04-24 19:06:30 -04:00

24 lines
526 B
Makefile

# -*- makefile -*-
TENTS_EXTRA = matching dsf
tents : [X] GTK COMMON tents TENTS_EXTRA tents-icon|no-icon
tents : [G] WINDOWS COMMON tents TENTS_EXTRA tents.res|noicon.res
ALL += tents[COMBINED] TENTS_EXTRA
tentssolver : [U] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
tentssolver : [C] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
!begin am gtk
GAMES += tents
!end
!begin >list.c
A(tents) \
!end
!begin >gamedesc.txt
tents:tents.exe:Tents:Tent-placing puzzle:Place a tent next to each tree.
!end