chiark / gitweb /
Add Tracks to the automake makefile's "install" target.
authorSimon Tatham <anakin@pobox.com>
Wed, 25 Mar 2015 18:23:39 +0000 (18:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 25 Mar 2015 18:23:39 +0000 (18:23 +0000)
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.

CHECKLST.txt
tracks.R

index 715f7466461d7f2bf5bd2a7c524861d045fb6d7e..2bef909e14bdce36fa96b88066679bc8203bb096 100644 (file)
@@ -15,7 +15,8 @@ Create a .R file for it which:
  - adds it as a Windows build target, with the optional resource
    file
  - adds auxiliary solver binaries if any
- - adds it to $(GAMES) in the GTK makefile, for `make install'
+ - adds it to $(GAMES) in both the automake and GTK makefiles, for
+   `make install'
  - adds it to list.c for the OS X binary
  - adds it to gamedesc.txt, with its Windows executable name, display
    name, and slightly longer description.
index 5adcf012f134018569f59f9dae9b51e5b9a046bb..15359442b0666a5018f670e797b13bc4fea4dd89 100644 (file)
--- a/tracks.R
+++ b/tracks.R
@@ -8,7 +8,7 @@ tracks  : [G] WINDOWS COMMON tracks TRACKS_EXTRA tracks.res|noicon.res
 
 ALL += tracks[COMBINED] TRACKS_EXTRA
 
-!begin gtk
+!begin am gtk
 GAMES += tracks
 !end