Files
puzzles/tracks.R
Simon Tatham 01844d39c6 Tracks: use the new findloop for loop detection.
Tracks's previous loop detector was very basic, and only bothered to
highlight one loop, even if the player managed to create more than one
at a time. Now we highlight all of them.
2016-02-24 19:14:31 +00:00

22 lines
433 B
Makefile

# -*- makefile -*-
TRACKS_EXTRA = dsf findloop
tracks : [X] GTK COMMON tracks TRACKS_EXTRA tracks-icon|no-icon
tracks : [G] WINDOWS COMMON tracks TRACKS_EXTRA tracks.res|noicon.res
ALL += tracks[COMBINED] TRACKS_EXTRA
!begin am gtk
GAMES += tracks
!end
!begin >list.c
A(tracks) \
!end
!begin >gamedesc.txt
tracks:tracks.exe:Tracks:Path-finding railway track puzzle:Fill in the railway track according to the clues.
!end