summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/unequal.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/unequal.R')
-rw-r--r--apps/plugins/puzzles/src/unequal.R25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/plugins/puzzles/src/unequal.R b/apps/plugins/puzzles/src/unequal.R
deleted file mode 100644
index 077407ffff..0000000000
--- a/apps/plugins/puzzles/src/unequal.R
+++ /dev/null
@@ -1,25 +0,0 @@
1# -*- makefile -*-
2
3UNEQUAL_EXTRA = LATIN
4UNEQUAL_EXTRA_SOLVER = LATIN_SOLVER
5
6unequal : [X] GTK COMMON unequal UNEQUAL_EXTRA unequal-icon|no-icon
7
8unequal : [G] WINDOWS COMMON unequal UNEQUAL_EXTRA unequal.res|noicon.res
9
10unequalsolver : [U] unequal[STANDALONE_SOLVER] UNEQUAL_EXTRA_SOLVER STANDALONE
11unequalsolver : [C] unequal[STANDALONE_SOLVER] UNEQUAL_EXTRA_SOLVER STANDALONE
12
13ALL += unequal[COMBINED] UNEQUAL_EXTRA
14
15!begin am gtk
16GAMES += unequal
17!end
18
19!begin >list.c
20 A(unequal) \
21!end
22
23!begin >gamedesc.txt
24unequal:unequal.exe:Unequal:Latin square puzzle:Complete the latin square in accordance with the > signs.
25!end