forked from len0rd/rockbox
This brings the upstream version to b3da238 (though some of my own changes are included on top of that). Change-Id: Ida73e8cd86765413147ce891af3cc2b7aeda2b2a
24 lines
526 B
Makefile
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
|