From 871082dc018815261b6ec75a8e4933505389ffae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Apr 2014 08:29:49 +0200 Subject: Support for autotools and VC++ 9, 10, 11 build systems --- xml/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xml/makefile') diff --git a/xml/makefile b/xml/makefile index 1447886..3e5ef87 100644 --- a/xml/makefile +++ b/xml/makefile @@ -81,7 +81,8 @@ $(dist): export headers := $(subst $(src_base)/,,$(shell find $(src_base) \ -name '*.hxx' -o -name '*.ixx' -o -name '*.txx')) $(dist): data_dist := details/config-vc.h $(expat_dist) $(genx_dist) $(dist): export extra_dist := $(data_dist) libstudxml-vc9.vcproj \ -libstudxml-vc10.vcxproj libstudxml-vc10.vcxproj.filters +libstudxml-vc10.vcxproj libstudxml-vc10.vcxproj.filters \ +libstudxml-vc11.vcxproj libstudxml-vc11.vcxproj.filters $(dist): export interface_version = $(shell sed -e \ 's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version) @@ -91,6 +92,7 @@ $(dist): $(call dist-data,$(data_dist) details/config.h.in) $(call meta-vc9proj,libstudxml-vc9.vcproj) $(call meta-vc10proj,libstudxml-vc10.vcxproj) + $(call meta-vc10proj,libstudxml-vc11.vcxproj) $(call meta-automake) # Clean. @@ -120,6 +122,7 @@ $(call include,$(bld_root)/dist.make) $(call include,$(bld_root)/install.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)/c/c-o.make) -- cgit v1.1