diff options
author | KUDr <KUDr@openttd.org> | 2006-05-27 16:12:16 +0000 |
---|---|---|
committer | KUDr <KUDr@openttd.org> | 2006-05-27 16:12:16 +0000 |
commit | 308f27a3de3817cc96ad21b7830b261443206cc0 (patch) | |
tree | e4580db6e03032a997fce1392929b7190dc3b03d /makefiledir/Makefile.config_writer | |
parent | 3c2eb4f0865c912340f292ece24cf5664559c1ad (diff) | |
download | openttd-308f27a3de3817cc96ad21b7830b261443206cc0.tar.xz |
(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Diffstat (limited to 'makefiledir/Makefile.config_writer')
-rw-r--r-- | makefiledir/Makefile.config_writer | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer index c4941bc10..b0dd83b4b 100644 --- a/makefiledir/Makefile.config_writer +++ b/makefiledir/Makefile.config_writer @@ -88,6 +88,8 @@ $(MAKE_CONFIG): $(call CONFIG_LINE,\# For cross-compiling) $(call CONFIG_LINE,CC_TARGET:=$(CC_TARGET)) $(call CONFIG_LINE,CC_HOST:=$(CC_HOST)) + $(call CONFIG_LINE,CXX_TARGET:=$(CXX_TARGET)) + $(call CONFIG_LINE,CXX_HOST:=$(CXX_HOST)) $(call CONFIG_LINE,CFLAGS_HOST:=$(CFLAGS_HOST)) $(call CONFIG_LINE,WINDRES:=$(WINDRES)) $(call CONFIG_LINE,ENDIAN_FORCE:=$(ENDIAN_FORCE)) |