summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/lightup.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/lightup.R')
-rw-r--r--apps/plugins/puzzles/src/lightup.R24
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/plugins/puzzles/src/lightup.R b/apps/plugins/puzzles/src/lightup.R
deleted file mode 100644
index a474de815d..0000000000
--- a/apps/plugins/puzzles/src/lightup.R
+++ /dev/null
@@ -1,24 +0,0 @@
1# -*- makefile -*-
2
3LIGHTUP_EXTRA = combi
4
5lightup : [X] GTK COMMON lightup LIGHTUP_EXTRA lightup-icon|no-icon
6
7lightup : [G] WINDOWS COMMON lightup LIGHTUP_EXTRA lightup.res|noicon.res
8
9lightupsolver : [U] lightup[STANDALONE_SOLVER] LIGHTUP_EXTRA STANDALONE
10lightupsolver : [C] lightup[STANDALONE_SOLVER] LIGHTUP_EXTRA STANDALONE
11
12ALL += lightup[COMBINED] LIGHTUP_EXTRA
13
14!begin am gtk
15GAMES += lightup
16!end
17
18!begin >list.c
19 A(lightup) \
20!end
21
22!begin >gamedesc.txt
23lightup:lightup.exe:Light Up:Light-bulb placing puzzle:Place bulbs to light up all the squares.
24!end