aboutsummaryrefslogtreecommitdiff
path: root/pgsql/native/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/native/makefile')
-rw-r--r--pgsql/native/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/pgsql/native/makefile b/pgsql/native/makefile
index 79d28a3..02aabe6 100644
--- a/pgsql/native/makefile
+++ b/pgsql/native/makefile
@@ -34,12 +34,14 @@ $(dist): sources := $(cxx_tun)
$(dist): data_dist := test.std
$(dist): export name := $(subst /,-,$(subst $(src_root)/pgsql/,,$(src_base)))
$(dist): export extra_dist := $(data_dist) $(name)-vc9.vcproj \
-$(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters
+$(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters \
+$(name)-vc11.vcxproj $(name)-vc11.vcxproj.filters
$(dist):
$(call dist-data,$(sources) $(data_dist))
$(call meta-automake,../template/Makefile.am)
$(call meta-vc9proj,../template/template-vc9.vcproj,$(name)-vc9.vcproj)
$(call meta-vc10proj,../template/template-vc10.vcxproj,$(name)-vc10.vcxproj)
+ $(call meta-vc11proj,../template/template-vc11.vcxproj,$(name)-vc11.vcxproj)
# Test.
#
@@ -73,6 +75,7 @@ endif
$(call include,$(bld_root)/dist.make)
$(call include,$(bld_root)/meta/vc9proj.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/cxx-d.make)