diff --git a/build/upmake b/build/upmake index de8d1c80b4..8008c3325b 100755 --- a/build/upmake +++ b/build/upmake @@ -1392,7 +1392,7 @@ of files in build/files. If --no-xxx option is specified, the corresponding outputs are not updated. By default everything is. -The version argument of --only-version can be 7, 8, 9 or 10 with the latter +The version argument of --only-version can be 8, 9 or 10 with the latter selecting the MSBuild projects. EOF ; @@ -1448,7 +1448,7 @@ if (!$only_bkl) { ); # The versions of non-MSBuild projects (MSBuild ones all use version "10"). - my @vcproj_versions = qw(7 8 9); + my @vcproj_versions = qw(8 9); # Return the "filter" to use for the given file. sub filter_cb diff --git a/build/upmake_script.pl b/build/upmake_script.pl index 594e553c74..1b78bd3044 100755 --- a/build/upmake_script.pl +++ b/build/upmake_script.pl @@ -33,7 +33,7 @@ of files in build/files. If --no-xxx option is specified, the corresponding outputs are not updated. By default everything is. -The version argument of --only-version can be 7, 8, 9 or 10 with the latter +The version argument of --only-version can be 8, 9 or 10 with the latter selecting the MSBuild projects. EOF ; @@ -89,7 +89,7 @@ if (!$only_bkl) { ); # The versions of non-MSBuild projects (MSBuild ones all use version "10"). - my @vcproj_versions = qw(7 8 9); + my @vcproj_versions = qw(8 9); # Return the "filter" to use for the given file. sub filter_cb