Files
puzzles/magnets.R
Simon Tatham e3a8e64812 Put the game summaries from the website into gamedesc.txt.
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.
2015-01-13 19:54:46 +00:00

25 lines
617 B
Makefile

# -*- makefile -*-
MAGNETS_EXTRA = laydomino
magnets : [X] GTK COMMON magnets MAGNETS_EXTRA magnets-icon|no-icon
magnets : [G] WINDOWS COMMON magnets MAGNETS_EXTRA magnets.res|noicon.res
magnetssolver : [U] magnets[STANDALONE_SOLVER] MAGNETS_EXTRA STANDALONE m.lib
magnetssolver : [C] magnets[STANDALONE_SOLVER] MAGNETS_EXTRA STANDALONE
ALL += magnets[COMBINED] MAGNETS_EXTRA
!begin am gtk
GAMES += magnets
!end
!begin >list.c
A(magnets) \
!end
!begin >gamedesc.txt
magnets:magnets.exe:Magnets:Magnet-placing puzzle:Place magnets to satisfy the clues and avoid like poles touching.
!end