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