summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/singles.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/singles.R')
-rw-r--r--apps/plugins/puzzles/src/singles.R23
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/singles.R b/apps/plugins/puzzles/src/singles.R
new file mode 100644
index 0000000000..2d10c4b388
--- /dev/null
+++ b/apps/plugins/puzzles/src/singles.R
@@ -0,0 +1,23 @@
1# -*- makefile -*-
2
3SINGLES_EXTRA = dsf latin maxflow tree234
4
5singles : [X] GTK COMMON singles SINGLES_EXTRA singles-icon|no-icon
6singles : [G] WINDOWS COMMON singles SINGLES_EXTRA singles.res|noicon.res
7
8ALL += singles[COMBINED] SINGLES_EXTRA
9
10singlessolver : [U] singles[STANDALONE_SOLVER] SINGLES_EXTRA STANDALONE
11singlessolver : [C] singles[STANDALONE_SOLVER] SINGLES_EXTRA STANDALONE
12
13!begin am gtk
14GAMES += singles
15!end
16
17!begin >list.c
18 A(singles) \
19!end
20
21!begin >gamedesc.txt
22singles:singles.exe:Singles:Number-removing puzzle:Black out the right set of duplicate numbers.
23!end