summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/magnets.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/magnets.R')
-rw-r--r--apps/plugins/puzzles/src/magnets.R24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/magnets.R b/apps/plugins/puzzles/src/magnets.R
new file mode 100644
index 0000000000..e55e4746ee
--- /dev/null
+++ b/apps/plugins/puzzles/src/magnets.R
@@ -0,0 +1,24 @@
1# -*- makefile -*-
2
3MAGNETS_EXTRA = laydomino
4
5magnets : [X] GTK COMMON magnets MAGNETS_EXTRA magnets-icon|no-icon
6
7magnets : [G] WINDOWS COMMON magnets MAGNETS_EXTRA magnets.res|noicon.res
8
9magnetssolver : [U] magnets[STANDALONE_SOLVER] MAGNETS_EXTRA STANDALONE m.lib
10magnetssolver : [C] magnets[STANDALONE_SOLVER] MAGNETS_EXTRA STANDALONE
11
12ALL += magnets[COMBINED] MAGNETS_EXTRA
13
14!begin am gtk
15GAMES += magnets
16!end
17
18!begin >list.c
19 A(magnets) \
20!end
21
22!begin >gamedesc.txt
23magnets:magnets.exe:Magnets:Magnet-placing puzzle:Place magnets to satisfy the clues and avoid like poles touching.
24!end