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

25 lines
418 B
Makefile

# -*- makefile -*-
LIGHTUP = lightup combi
lightup : [X] GTK COMMON LIGHTUP lightup-icon|no-icon
lightup : [G] WINDOWS COMMON LIGHTUP lightup.res?
lightupsolver : [U] lightup[STANDALONE_SOLVER] combi STANDALONE
lightupsolver : [C] lightup[STANDALONE_SOLVER] combi STANDALONE
ALL += LIGHTUP
!begin gtk
GAMES += lightup
!end
!begin >list.c
A(lightup) \
!end
!begin >wingames.lst
lightup.exe:Light Up
!end