Files
puzzles/unfinished/separate.R
Simon Tatham c746f6d0e3 Commit my work so far on a generator for Nikoli's `Block Puzzle'. It
works, but it's slow, and the puzzles are currently at a relatively
low level of difficulty. Also this is a generator only: no UI yet
(because I'm waiting to see if I can make the generator practical
before bothering to write the rest).

[originally from svn r7700]
2007-08-25 14:10:49 +00:00

22 lines
312 B
Makefile

# -*- makefile -*-
SEPARATE = separate divvy dsf
separate : [X] GTK COMMON SEPARATE separate-icon|no-icon
separate : [G] WINDOWS COMMON SEPARATE separate.res|noicon.res
ALL += separate
!begin gtk
GAMES += separate
!end
!begin >list.c
A(separate) \
!end
!begin >wingames.lst
separate.exe:Separate
!end