aboutsummaryrefslogtreecommitdiff
path: root/build/meta/vc9sln.make
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-08 20:57:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-08 20:57:30 +0200
commit3f100fe0470f379d6573ae0484600cebfc2d2415 (patch)
treee3d0c1b936be1a2d541331d7298061b2015d8992 /build/meta/vc9sln.make
parent92c0ea2540562213770f4f36eb9c4e0009eaf95c (diff)
Support for VC++ solutions and tests, other improvements
Diffstat (limited to 'build/meta/vc9sln.make')
-rw-r--r--build/meta/vc9sln.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/meta/vc9sln.make b/build/meta/vc9sln.make
new file mode 100644
index 0000000..c50c2dc
--- /dev/null
+++ b/build/meta/vc9sln.make
@@ -0,0 +1,6 @@
+# file : build/meta/vc9sln.make
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+$(call include-once,$(bld_root)/meta/vc9sln-functions.make,$(out_base))