summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/range.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/range.R')
-rw-r--r--apps/plugins/puzzles/src/range.R21
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/range.R b/apps/plugins/puzzles/src/range.R
new file mode 100644
index 0000000000..f1256efd1e
--- /dev/null
+++ b/apps/plugins/puzzles/src/range.R
@@ -0,0 +1,21 @@
1# -*- makefile -*-
2
3RANGE_EXTRA = dsf
4
5range : [X] GTK COMMON range RANGE_EXTRA range-icon|no-icon
6
7range : [G] WINDOWS COMMON range RANGE_EXTRA range.res|noicon.res
8
9ALL += range[COMBINED] RANGE_EXTRA
10
11!begin am gtk
12GAMES += range
13!end
14
15!begin >list.c
16 A(range) \
17!end
18
19!begin >gamedesc.txt
20range:range.exe:Range:Visible-distance puzzle:Place black squares to limit the visible distance from each numbered cell.
21!end