diff options
Diffstat (limited to 'xml/makefile')
-rw-r--r-- | xml/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xml/makefile b/xml/makefile index a64f85b..6c8f3b9 100644 --- a/xml/makefile +++ b/xml/makefile @@ -82,7 +82,8 @@ $(dist): export headers := $(subst $(src_base)/,,$(shell find $(src_base) \ $(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-vc11.vcxproj libstudxml-vc11.vcxproj.filters +libstudxml-vc11.vcxproj libstudxml-vc11.vcxproj.filters \ +libstudxml-vc12.vcxproj libstudxml-vc12.vcxproj.filters $(dist): export interface_version = $(shell sed -e \ 's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version) @@ -93,6 +94,7 @@ $(dist): $(call meta-vc9proj,libstudxml-vc9.vcproj) $(call meta-vc10proj,libstudxml-vc10.vcxproj) $(call meta-vc10proj,libstudxml-vc11.vcxproj) + $(call meta-vc12proj,libstudxml-vc12.vcxproj) $(call meta-automake) # Clean. @@ -123,6 +125,7 @@ $(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/vc12proj.make) $(call include,$(bld_root)/meta/automake.make) $(call include,$(bld_root)/c/c-o.make) |