summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/rect.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/rect.R')
-rw-r--r--apps/plugins/puzzles/src/rect.R19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/rect.R b/apps/plugins/puzzles/src/rect.R
new file mode 100644
index 0000000..1448c0f
--- /dev/null
+++ b/apps/plugins/puzzles/src/rect.R
@@ -0,0 +1,19 @@
+# -*- makefile -*-
+
+rect : [X] GTK COMMON rect rect-icon|no-icon
+
+rect : [G] WINDOWS COMMON rect rect.res|noicon.res
+
+ALL += rect[COMBINED]
+
+!begin am gtk
+GAMES += rect
+!end
+
+!begin >list.c
+ A(rect) \
+!end
+
+!begin >gamedesc.txt
+rect:rect.exe:Rectangles:Rectangles puzzle:Divide the grid into rectangles with areas equal to the numbers.
+!end