summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/map.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/map.R')
-rw-r--r--apps/plugins/puzzles/src/map.R24
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/plugins/puzzles/src/map.R b/apps/plugins/puzzles/src/map.R
deleted file mode 100644
index 1e702aa19d..0000000000
--- a/apps/plugins/puzzles/src/map.R
+++ /dev/null
@@ -1,24 +0,0 @@
1# -*- makefile -*-
2
3MAP_EXTRA = dsf
4
5map : [X] GTK COMMON map MAP_EXTRA map-icon|no-icon
6
7map : [G] WINDOWS COMMON map MAP_EXTRA map.res|noicon.res
8
9mapsolver : [U] map[STANDALONE_SOLVER] MAP_EXTRA STANDALONE m.lib
10mapsolver : [C] map[STANDALONE_SOLVER] MAP_EXTRA STANDALONE
11
12ALL += map[COMBINED] MAP_EXTRA
13
14!begin am gtk
15GAMES += map
16!end
17
18!begin >list.c
19 A(map) \
20!end
21
22!begin >gamedesc.txt
23map:map.exe:Map:Map-colouring puzzle:Colour the map so that adjacent regions are never the same colour.
24!end