summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-06-02 19:30:21 +0000
committerDarkvater <Darkvater@openttd.org>2005-06-02 19:30:21 +0000
commitba8c649facd49daf7899b7dd88e3f31ac92a624e (patch)
tree243253abb7dad04a2f8a7113f263dfec2836344e /Makefile
parentb9a6b808134eb16767c816fbb0a14827ad4c8b87 (diff)
downloadopenttd-ba8c649facd49daf7899b7dd88e3f31ac92a624e.tar.xz
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94eb0726a..f154b0690 100644
--- a/Makefile
+++ b/Makefile
@@ -679,7 +679,7 @@ C_SOURCES += town_gui.c
C_SOURCES += train_cmd.c
C_SOURCES += train_gui.c
C_SOURCES += tree_cmd.c
-C_SOURCES += ttd.c
+C_SOURCES += openttd.c
C_SOURCES += tunnelbridge_cmd.c
C_SOURCES += unmovable_cmd.c
C_SOURCES += vehicle.c
@@ -830,7 +830,7 @@ lang/%.lng: lang/%.txt $(STRGEN) lang/english.txt
@echo '===> Compiling language $(*F)'
$(Q)$(STRGEN) $(STRGEN_FLAGS) $< $(LANG_ERRORS)
-winres.o: ttd.rc
+winres.o: openttd.rc
@echo '===> Compiling resource $<'
$(Q)$(WINDRES) -o $@ $<