mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
Add James Harvey's excellent new puzzle, `Galaxies'.
[originally from svn r7304]
This commit is contained in:
24
galaxies.R
Normal file
24
galaxies.R
Normal file
@ -0,0 +1,24 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
GALAXIES = galaxies dsf
|
||||
|
||||
galaxies : [X] GTK COMMON GALAXIES galaxies-icon|no-icon
|
||||
|
||||
galaxies : [G] WINDOWS COMMON GALAXIES galaxies.res?
|
||||
|
||||
galaxiessolver : [U] galaxies[STANDALONE_SOLVER] dsf STANDALONE m.lib
|
||||
galaxiessolver : [C] galaxies[STANDALONE_SOLVER] dsf STANDALONE
|
||||
|
||||
ALL += galaxies
|
||||
|
||||
!begin gtk
|
||||
GAMES += galaxies
|
||||
!end
|
||||
|
||||
!begin >list.c
|
||||
A(galaxies) \
|
||||
!end
|
||||
|
||||
!begin >wingames.lst
|
||||
galaxies.exe
|
||||
!end
|
Reference in New Issue
Block a user