diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-02-15 21:09:09 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-02-15 21:09:09 +0000 |
| commit | 7e4f870f6d825fb750b45cacfca78c8de4f9d5da (patch) | |
| tree | 60119856e7bee7406e3dbb8ccd9190b46fccc4d6 /signpost.R | |
| parent | b0ad387d0567089bb7b24a15e3ea6a6910c13a19 (diff) | |
| download | puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.zip puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.tar.gz puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.tar.bz2 puzzles-7e4f870f6d825fb750b45cacfca78c8de4f9d5da.tar.xz | |
New puzzle! Setting what might be a record for how long we've sat on
a puzzle before it was ready to commit, here is 'Signpost': a clone
of janko.at's "Arrow Path", by James Harvey.
[originally from svn r8861]
Diffstat (limited to 'signpost.R')
| -rw-r--r-- | signpost.R | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/signpost.R b/signpost.R new file mode 100644 index 0000000..6305fde --- /dev/null +++ b/signpost.R @@ -0,0 +1,23 @@ +# -*- makefile -*- + +SIGNPOST_EXTRA = dsf + +signpost : [X] GTK COMMON signpost SIGNPOST_EXTRA signpost-icon|no-icon +signpost : [G] WINDOWS COMMON signpost SIGNPOST_EXTRA signpost.res|noicon.res + +signpostsolver : [U] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE m.lib +signpostsolver : [C] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE + +ALL += signpost[COMBINED] SIGNPOST_EXTRA + +!begin gtk +GAMES += signpost +!end + +!begin >list.c + A(signpost) \ +!end + +!begin >wingames.lst +signpost.exe:Signpost +!end |