New puzzle from James H: 'Magnets'.

[originally from svn r8836]
This commit is contained in:
Simon Tatham
2010-01-13 19:12:32 +00:00
parent deb5e1e5b4
commit 0d0619868d
5 changed files with 2719 additions and 2 deletions

24
magnets.R Normal file
View File

@ -0,0 +1,24 @@
# -*- 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 gtk
GAMES += magnets
!end
!begin >list.c
A(magnets) \
!end
!begin >wingames.lst
magnets.exe:magnets
!end