chiark
/
gitweb
/
~ian
/
sgt-puzzles.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use symbolic enum values in the Loopy presets array.
[sgt-puzzles.git]
/
rect.R
1
# -*- makefile -*-
2
3
rect : [X] GTK COMMON rect rect-icon|no-icon
4
5
rect : [G] WINDOWS COMMON rect rect.res|noicon.res
6
7
ALL += rect[COMBINED]
8
9
!begin am gtk
10
GAMES += rect
11
!end
12
13
!begin >list.c
14
A(rect) \
15
!end
16
17
!begin >gamedesc.txt
18
rect:rect.exe:Rectangles:Rectangles puzzle:Divide the grid into rectangles with areas equal to the numbers.
19
!end