diff options
Diffstat (limited to 'c++11')
-rw-r--r-- | c++11/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/c++11/makefile b/c++11/makefile index ae5ff89..3cd2b3b 100644 --- a/c++11/makefile +++ b/c++11/makefile @@ -84,11 +84,13 @@ $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): export name := $(name) $(dist): export odb_header_stem := $(basename $(odb_hdr)) -$(dist): export extra_dist := README $(call vc10projs,$(name)) +$(dist): export extra_dist := README $(call vc10projs,$(name)) \ +$(call vc11projs,$(name)) $(dist): $(call dist-data,$(sources) $(headers) README database.hxx) $(call meta-automake,../template/Makefile.am) $(call meta-vc10projs,../template/template,$(name)) + $(call meta-vc11projs,../template/template,$(name)) # Test. # @@ -119,8 +121,8 @@ endif # How to. # $(call include,$(bld_root)/dist.make) -$(call include,$(bld_root)/meta/vc10sln.make) $(call include,$(bld_root)/meta/vc10proj.make) +$(call include,$(bld_root)/meta/vc11proj.make) $(call include,$(bld_root)/meta/automake.make) $(call include,$(bld_root)/cxx/standard.make) # cxx_standard |