diff options
| author | Simon Tatham <anakin@pobox.com> | 2020-02-26 06:05:00 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2020-02-26 06:32:35 +0000 |
| commit | b3098efbc489be685ff644cde8dd6844f0198479 (patch) | |
| tree | 9d63a3edc54a5c01457303ae75ddd56c9ef48dce /tracks.R | |
| parent | f8027fb2e0032b362621e7314ef0ac6cdc2b8577 (diff) | |
| download | puzzles-b3098efbc489be685ff644cde8dd6844f0198479.zip puzzles-b3098efbc489be685ff644cde8dd6844f0198479.tar.gz puzzles-b3098efbc489be685ff644cde8dd6844f0198479.tar.bz2 puzzles-b3098efbc489be685ff644cde8dd6844f0198479.tar.xz | |
Tracks: add standalone solver program.
Having one of these makes it much easier to debug what's going on when
the solver can't solve something. Also, now the solver can grade the
difficulty of a puzzle, it's useful to expose that feature in a
command-line tool.
Diffstat (limited to 'tracks.R')
| -rw-r--r-- | tracks.R | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ tracks : [G] WINDOWS COMMON tracks TRACKS_EXTRA tracks.res|noicon.res ALL += tracks[COMBINED] TRACKS_EXTRA +trackssolver : [U] tracks[STANDALONE_SOLVER] TRACKS_EXTRA STANDALONE +trackssolver : [C] tracks[STANDALONE_SOLVER] TRACKS_EXTRA STANDALONE + !begin am gtk GAMES += tracks !end |