summaryrefslogtreecommitdiff
path: root/examples/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-15 10:40:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-15 10:40:22 +0200
commit29b5d544043f99537da592d5562f28907de92269 (patch)
tree03e0978223305c7851b81bc1091b2bffbae0233c /examples/cxx
parenta05e48bb3fc4926ed1e3bb8a102676782d15a0a6 (diff)
Do not generate solution files for embedded example
It requires a dependency between two projects which will be tricky to auto-generate.
Diffstat (limited to 'examples/cxx')
-rw-r--r--examples/cxx/tree/embedded/makefile13
1 files changed, 1 insertions, 12 deletions
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.
#