diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-22 09:31:43 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-22 09:31:43 +0000 |
| commit | e137ad8b1a98542192eef20b21aa85d1719c7f33 (patch) | |
| tree | a0ef066cbfc2e76c5be461ec4ef264db9493a842 /galaxies.R | |
| parent | aa6fb7507252dec76e2c30ebfdc76b0e366851d7 (diff) | |
| download | puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.zip puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.tar.gz puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.tar.bz2 puzzles-e137ad8b1a98542192eef20b21aa85d1719c7f33.tar.xz | |
Add James Harvey's excellent new puzzle, `Galaxies'.
[originally from svn r7304]
Diffstat (limited to 'galaxies.R')
| -rw-r--r-- | galaxies.R | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/galaxies.R b/galaxies.R new file mode 100644 index 0000000..3a33132 --- /dev/null +++ b/galaxies.R @@ -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 |