From 29b5d544043f99537da592d5562f28907de92269 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Jul 2014 10:40:22 +0200 Subject: Do not generate solution files for embedded example It requires a dependency between two projects which will be tricky to auto-generate. --- examples/cxx/tree/embedded/makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'examples/cxx/tree') diff --git a/examples/cxx/tree/embedded/makefile b/examples/cxx/tree/embedded/makefile index 1dc4914..d0fdc33 100644 --- a/examples/cxx/tree/embedded/makefile +++ b/examples/cxx/tree/embedded/makefile @@ -85,13 +85,7 @@ $(dist-win): |$(out_root)/.dist-pre $(dist-win): $(dist-common) $(call install-data,$(src_base)/README,$(dist_prefix)/$(path)/README.txt) $(call message,,todos $(dist_prefix)/$(path)/README.txt) - $(call meta-vc8sln,$(src_root)/dist/template-vc8.sln,embedded-vc8.sln) - $(call meta-vc9sln,$(src_root)/dist/template-vc9.sln,embedded-vc9.sln) - $(call meta-vc10sln,$(src_root)/dist/template-vc10.sln,embedded-vc10.sln) - $(call meta-vc11sln,$(src_root)/dist/template-vc11.sln,embedded-vc11.sln) - $(call meta-vc12sln,$(src_root)/dist/template-vc12.sln,embedded-vc12.sln) - - + # Note: solution files are not automatically generated. # Clean. # @@ -123,11 +117,6 @@ $(call include,$(bld_root)/cxx/cxx-d.make) $(call include,$(scf_root)/xsd/tree/xsd-cxx.make) $(call include,$(bld_root)/install.make) -$(call include,$(bld_root)/meta/vc8sln.make) -$(call include,$(bld_root)/meta/vc9sln.make) -$(call include,$(bld_root)/meta/vc10sln.make) -$(call include,$(bld_root)/meta/vc11sln.make) -$(call include,$(bld_root)/meta/vc12sln.make) # Dependencies. # -- cgit v1.1