From 12009af1c5fd83a24451155a283fe97926568be8 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 12 Nov 2005 00:19:34 +0000 Subject: (svn r3167) - NewGRF: Start moving custom station code to separate files. Rewrite handling of station classes. Allow for more than 8 station tile layouts. Start of code to unload custom stations. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f038127b3..8036237c2 100644 --- a/Makefile +++ b/Makefile @@ -659,6 +659,7 @@ C_SOURCES += sprite.c C_SOURCES += spritecache.c C_SOURCES += station_cmd.c C_SOURCES += station_gui.c +C_SOURCES += station_newgrf.c C_SOURCES += string.c C_SOURCES += strings.c C_SOURCES += subsidy_gui.c -- cgit v1.2.3-54-g00ecf