Files
puzzles/mines.R
Simon Tatham b05cb1eaf3 Build an installer for Puzzles.
[originally from svn r7319]
2007-02-24 19:33:38 +00:00

25 lines
407 B
Makefile

# -*- makefile -*-
MINES = mines tree234
mines : [X] GTK COMMON MINES mines-icon|no-icon
mines : [G] WINDOWS COMMON MINES mines.res?
mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
ALL += MINES
!begin gtk
GAMES += mines
!end
!begin >list.c
A(mines) \
!end
!begin >wingames.lst
mines.exe:Mines
!end