aboutsummaryrefslogtreecommitdiff
path: root/build/meta/vc9sln-functions.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/meta/vc9sln-functions.make')
-rw-r--r--build/meta/vc9sln-functions.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/meta/vc9sln-functions.make b/build/meta/vc9sln-functions.make
index 495b83c..07b03c3 100644
--- a/build/meta/vc9sln-functions.make
+++ b/build/meta/vc9sln-functions.make
@@ -9,7 +9,7 @@
#
# $1 - template path, if doesn't start with /, assume relative to src_base
# $2 - output name (optional)
-# $3 - solution suffix (-vc9.vcproj by default)
+# $3 - project suffix (-vc9.vcproj by default)
# $4-9 - optional pairs of additional varibales and values $4=$5, $6=$7, etc
#
$(out_base)/%: meta-vc9sln = \
@@ -20,7 +20,7 @@ $(src_root),,$(src_base)),$(if $3,$3,-vc9.vcproj),$4,$5,$6,$7,$8,$9)
# $1 - template
# $2 - output name
# $3 - difference between src_base and src_root with leading '\'
-# $4 - solution suffix
+# $4 - project suffix
# $4-10 - additional varibales
#
$(out_base)/%: meta-vc9sln-body = \