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
commitb438b1248cc14d0a290c36ad486cc34bb6b6f81b (patch)
tree243253abb7dad04a2f8a7113f263dfec2836344e /Makefile
parent62c96b52a0d3ff1bafd6a0ef84c2c807f725f2a6 (diff)
downloadopenttd-b438b1248cc14d0a290c36ad486cc34bb6b6f81b.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 $@ $<