diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-24 09:58:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-24 09:58:48 +0200 |
commit | 50b4de07844ca2a5781d7845115d7bd9e7c8f003 (patch) | |
tree | e433a7f4977729d1f6481d33729787a830ef959e /common/relationship | |
parent | 0306a05023c3857bc0ee7a3bf8355a5665f78d11 (diff) |
C++11 support (initial infrastructure)
Diffstat (limited to 'common/relationship')
-rw-r--r-- | common/relationship/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/relationship/makefile b/common/relationship/makefile index b6a8e94..f422860 100644 --- a/common/relationship/makefile +++ b/common/relationship/makefile @@ -98,6 +98,7 @@ $(call include,$(bld_root)/meta/vc9proj.make) $(call include,$(bld_root)/meta/vc10proj.make) $(call include,$(bld_root)/meta/automake.make) + $(call include,$(odb_rules)) $(call include,$(bld_root)/cxx/cxx-d.make) $(call include,$(bld_root)/cxx/cxx-o.make) |