diff options
Diffstat (limited to 'apps/plugins/puzzles/magnets.R')
| -rw-r--r-- | apps/plugins/puzzles/magnets.R | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/magnets.R b/apps/plugins/puzzles/magnets.R new file mode 100644 index 0000000..e55e474 --- /dev/null +++ b/apps/plugins/puzzles/magnets.R @@ -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 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 |