mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
Files

Each game's .R file should append the binary to $(GAMES) in both the 'am' and 'gtk' makefiles, but presumably due to copy-and-paste from an out-of-date version, tracks.R only did 'gtk'. Also clarified CHECKLST.txt in the hope that I won't miss that again.
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# -*- makefile -*-
|
|
|
|
TRACKS_EXTRA = dsf
|
|
|
|
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
|