summaryrefslogtreecommitdiffstats
path: root/apps/plugins/puzzles/src/unfinished/separate.R
blob: f861c8f4feda6b0660c34b3baca86a5b6b809702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- makefile -*-

SEPARATE_EXTRA = divvy dsf

separate       : [X] GTK COMMON separate SEPARATE_EXTRA separate-icon|no-icon

separate       : [G] WINDOWS COMMON separate SEPARATE_EXTRA separate.res|noicon.res

ALL += separate[COMBINED] SEPARATE_EXTRA

!begin am gtk
GAMES += separate
!end

!begin >list.c
    A(separate) \
!end

!begin >gamedesc.txt
separate:separate.exe:Separate:Rectangle-dividing puzzle:Partition the grid into regions containing one of each letter.
!end