mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

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.
22 lines
433 B
Makefile
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
|