aboutsummaryrefslogtreecommitdiff
path: root/build/meta/vc10sln-functions.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/meta/vc10sln-functions.make')
-rw-r--r--build/meta/vc10sln-functions.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/meta/vc10sln-functions.make b/build/meta/vc10sln-functions.make
index c18e94e..4c8801c 100644
--- a/build/meta/vc10sln-functions.make
+++ b/build/meta/vc10sln-functions.make
@@ -9,13 +9,13 @@
#
# $1 - template path, if doesn't start with /, assume relative to src_base
# $2 - output name (optional)
-# $3 - solution suffix (.vcxproj by default)
+# $3 - solution suffix (-vc10.vcxproj by default)
# $4-9 - optional pairs of additional varibales and values $4=$5, $6=$7, etc
#
$(out_base)/%: meta-vc10sln = \
$(call meta-vc10sln-body,$(if $(filter /%,$1),$1,$(src_base)/$1),$(if \
$2,$2,$(notdir $1)),$(subst \
-$(src_root),,$(src_base)),$(if $3,$3,.vcxproj),$4,$5,$6,$7,$8,$9)
+$(src_root),,$(src_base)),$(if $3,$3,-vc10.vcxproj),$4,$5,$6,$7,$8,$9)
# $1 - template
# $2 - output name