summaryrefslogtreecommitdiff
path: root/Makefile.lang.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-17 17:25:50 +0000
committerrubidium <rubidium@openttd.org>2011-12-17 17:25:50 +0000
commitc97b2a5224e350380e5f31b0612bf057d1a689ab (patch)
tree84ddcbe0e211c085bbff14eb5e17e13491ca0729 /Makefile.lang.in
parent9c34bc52dbae216678aaf1f5d05a28540266e307 (diff)
downloadopenttd-c97b2a5224e350380e5f31b0612bf057d1a689ab.tar.xz
(svn r23575) -Codechange: split class definition and implementation of base strgen classes
Diffstat (limited to 'Makefile.lang.in')
-rw-r--r--Makefile.lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.lang.in b/Makefile.lang.in
index a04057196..7f13f655f 100644
--- a/Makefile.lang.in
+++ b/Makefile.lang.in
@@ -42,7 +42,7 @@ RES := $(shell mkdir -p $(BIN_DIR)/lang )
all: table/strings.h $(LANGS)
-strgen.o: $(SRC_DIR)/strgen/strgen.cpp endian_host.h $(SRC_DIR)/table/control_codes.h $(SRC_DIR)/table/strgen_tables.h
+strgen.o: $(SRC_DIR)/strgen/strgen.cpp $(SRC_DIR)/strgen/strgen.h endian_host.h $(SRC_DIR)/table/control_codes.h $(SRC_DIR)/table/strgen_tables.h
$(E) '$(STAGE) Compiling $(<:$(SRC_DIR)/%.cpp=%.cpp)'
$(Q)$(CXX_BUILD) $(CFLAGS_BUILD) -DSTRGEN -c -o $@ $<