Files
puzzles/dominosa.R
Simon Tatham 706e27de8d Patch from James H to abstract out of Dominosa the code which
randomly generates a tiling of a rectangle with dominoes, since he
wants to reuse that function in another puzzle.

[originally from svn r8488]
2009-03-02 19:45:59 +00:00

22 lines
364 B
Makefile

# -*- makefile -*-
DOMINOSA_EXTRA = laydomino
dominosa : [X] GTK COMMON dominosa DOMINOSA_EXTRA dominosa-icon|no-icon
dominosa : [G] WINDOWS COMMON dominosa DOMINOSA_EXTRA dominosa.res|noicon.res
ALL += dominosa[COMBINED] DOMINOSA_EXTRA
!begin gtk
GAMES += dominosa
!end
!begin >list.c
A(dominosa) \
!end
!begin >wingames.lst
dominosa.exe:Dominosa
!end