mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed.
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# -*- makefile -*-
|
|
|
|
undead : [X] GTK COMMON undead undead-icon|no-icon
|
|
undead : [G] WINDOWS COMMON undead undead.res|noicon.res
|
|
|
|
ALL += undead[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += undead
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(undead) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
undead:undead.exe:Undead:Monster-placing puzzle:Place ghosts, vampires and zombies so that the right numbers of them can be seen in mirrors.
|
|
!end
|