aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-27 07:58:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-03-27 07:58:39 +0200
commit615a86e5ff7719324325c9bfac906284f9931877 (patch)
tree150d1b683ed1193c2d06508a728afae9f4eee806
parentdeaaf3200d1f98b8f16b4ddfb325b2c218033d8e (diff)
Fix comments
-rw-r--r--build/meta/vc10sln-functions.make4
-rw-r--r--build/meta/vc11sln-functions.make4
-rw-r--r--build/meta/vc9sln-functions.make4
3 files changed, 6 insertions, 6 deletions
diff --git a/build/meta/vc10sln-functions.make b/build/meta/vc10sln-functions.make
index 4c8801c..cb68d82 100644
--- a/build/meta/vc10sln-functions.make
+++ b/build/meta/vc10sln-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 (-vc10.vcxproj by default)
+# $3 - project suffix (-vc10.vcxproj by default)
# $4-9 - optional pairs of additional varibales and values $4=$5, $6=$7, etc
#
$(out_base)/%: meta-vc10sln = \
@@ -20,7 +20,7 @@ $(src_root),,$(src_base)),$(if $3,$3,-vc10.vcxproj),$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-vc10sln-body = \
diff --git a/build/meta/vc11sln-functions.make b/build/meta/vc11sln-functions.make
index 2600011..83cae1f 100644
--- a/build/meta/vc11sln-functions.make
+++ b/build/meta/vc11sln-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 (-vc11.vcxproj by default)
+# $3 - project suffix (-vc11.vcxproj by default)
# $4-9 - optional pairs of additional varibales and values $4=$5, $6=$7, etc
#
$(out_base)/%: meta-vc11sln = \
@@ -20,7 +20,7 @@ $(src_root),,$(src_base)),$(if $3,$3,-vc11.vcxproj),$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-vc11sln-body = \
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 = \