diff options
author | tron <tron@openttd.org> | 2005-02-05 15:58:59 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-05 15:58:59 +0000 |
commit | 36c9758c940c5ecd97b39e261e8a273aca7059b5 (patch) | |
tree | 3f6b444dbf38fd09dbe9c5e0be19e8b6fa53c8a4 /Makefile | |
parent | 8c62a414959c0b08504e4f5999fe7072c4371aa3 (diff) | |
download | openttd-36c9758c940c5ecd97b39e261e8a273aca7059b5.tar.xz |
(svn r1803) Move debugging stuff into files of it's own
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -561,6 +561,7 @@ C_SOURCES += clear_cmd.c C_SOURCES += command.c C_SOURCES += console.c C_SOURCES += console_cmds.c +C_SOURCES += debug.c C_SOURCES += dedicated.c C_SOURCES += disaster_cmd.c C_SOURCES += dock_gui.c |