aboutsummaryrefslogtreecommitdiff
path: root/inverse/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inverse/makefile')
-rw-r--r--inverse/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/inverse/makefile b/inverse/makefile
index 50d0c5d..9eb0735 100644
--- a/inverse/makefile
+++ b/inverse/makefile
@@ -107,7 +107,12 @@ $(call include,$(bld_root)/meta/vc9proj.make)
$(call include,$(bld_root)/meta/vc10proj.make)
$(call include,$(bld_root)/meta/automake.make)
+$(call include,$(bld_root)/cxx/standard.make) # cxx_standard
+ifdef cxx_standard
+$(gen): odb_options += --std $(cxx_standard)
$(call include,$(odb_rules))
+endif
+
$(call include,$(bld_root)/cxx/cxx-d.make)
$(call include,$(bld_root)/cxx/cxx-o.make)
$(call include,$(bld_root)/cxx/o-e.make)